bdr: Include errno.h not sys/errno.h
authorAndres Freund <[email protected]>
Sun, 27 Apr 2014 13:49:23 +0000 (15:49 +0200)
committerAndres Freund <[email protected]>
Thu, 3 Jul 2014 15:55:28 +0000 (17:55 +0200)
contrib/bdr/bdr_init_replica.c

index c4b819bc91455853b4bbd8bf812ae1c1675128ab..cea84c63e759ef25750f3fbedae4034ad6cdd7ee 100644 (file)
  */
 #include "postgres.h"
 
+#include <errno.h>
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/wait.h>
-#include <sys/errno.h>
 #include <sys/stat.h>
 
 #include "bdr.h"