Apparently this was depending on pqsignal.h for .
Not sure why I didn't see the failure on my other machine.
*/
#include "postgres_fe.h"
-#include "libpq-fe.h"
-#include "access/xlog_internal.h"
-
-#include "receivelog.h"
-#include "streamutil.h"
#include
+#include
#include
#include
#include
+#include "libpq-fe.h"
+#include "access/xlog_internal.h"
#include "getopt_long.h"
+#include "receivelog.h"
+#include "streamutil.h"
+
+
/* Time to sleep between reconnection attempts */
#define RECONNECT_SLEEP_TIME 5