This was implicitly removed with commit 275a2eaddf995e3376b8fb42dad5c199a6a98bfc
authorSteve Singer <ssinger@ca.afilias.info>
Wed, 4 May 2011 15:55:29 +0000 (11:55 -0400)
committerSteve Singer <ssinger@ca.afilias.info>
Wed, 4 May 2011 15:55:29 +0000 (11:55 -0400)
src/slony_logshipper/dbutil.c
src/slony_logshipper/ipcutil.c
src/slony_logshipper/slony_logshipper.c

index 00a49813734fca61bdb30803f27d8f2b84614abb..68322525c75e93a140a7fffd36dd2753f6115993 100644 (file)
@@ -18,6 +18,7 @@
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/wait.h>
+#include <string.h>
 #endif
 
 #include "libpq-fe.h"
index 8e6171396cec9923b1dd96d5cb8bb99f6bc5f540..bca049f632148b08e5cb5afc7f2c022a787ebc58 100644 (file)
@@ -23,6 +23,7 @@
 #include <sys/wait.h>
 #include <errno.h>
 #include <signal.h>
+#include <string.h>
 #endif
 #include "../slonik/types.h"
 #include "libpq-fe.h"
index f924d03896533bd3a06d60e2c1c24f4e03426c6c..c400d76bd362bbb7d437a9860682b5d52d293ece 100644 (file)
@@ -26,6 +26,7 @@
 #include <time.h>
 #include <signal.h>
 #include <dirent.h>
+#include <string.h>
 #else
 #define sleep(x) Sleep(x*1000)
 #define vsnprintf _vsnprintf