Mon Oct 11 18:25:24 PDT 2004
- Previous message: [Slony1-commit] By wieck: Ignore more generated files Jan
- Next message: [Slony1-commit] By xfade: Add errno.h include.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Add errno.h include to make it compile without errors.
Modified Files:
--------------
slony1-engine/src/slon:
confoptions.c (r1.4 -> r1.5)
-------------- next part --------------
Index: confoptions.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/confoptions.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lsrc/slon/confoptions.c -Lsrc/slon/confoptions.c -u -w -r1.4 -r1.5
--- src/slon/confoptions.c
+++ src/slon/confoptions.c
@@ -1,5 +1,6 @@
#include <pthread.h>
#include <string.h>
+#include <errno.h>
#include "libpq-fe.h"
#include "confoptions.h"
#include "postgres.h"
- Previous message: [Slony1-commit] By wieck: Ignore more generated files Jan
- Next message: [Slony1-commit] By xfade: Add errno.h include.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list