projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ff4069
)
bdr: Include errno.h not sys/errno.h
author
Andres Freund
<
[email protected]
>
Sun, 27 Apr 2014 13:49:23 +0000
(15:49 +0200)
committer
Andres Freund
<
[email protected]
>
Thu, 3 Jul 2014 15:55:28 +0000
(17:55 +0200)
contrib/bdr/bdr_init_replica.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/bdr/bdr_init_replica.c
b/contrib/bdr/bdr_init_replica.c
index c4b819bc91455853b4bbd8bf812ae1c1675128ab..cea84c63e759ef25750f3fbedae4034ad6cdd7ee 100644
(file)
--- a/
contrib/bdr/bdr_init_replica.c
+++ b/
contrib/bdr/bdr_init_replica.c
@@
-16,10
+16,10
@@
*/
#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"