[syslog-ng] src/afstreams.c needs prototype for g_fd_set_cloexec()
Albert Chin
syslog-ng at mlists.thewrittenword.com
Sun Dec 17 20:02:59 CET 2006
src/afstreams.c should #include misc.h for the prototype of
g_fd_set_cloexec(). Patch attached.
--
albert chin (china at thewrittenword.com)
-------------- next part --------------
Index: src/afstreams.c
===================================================================
--- src/afstreams.c.orig 2006-05-01 07:33:43.000000000 -0500
+++ src/afstreams.c 2006-12-17 12:56:38.609540000 -0600
@@ -24,6 +24,7 @@
#include "afstreams.h"
#include "messages.h"
#include "logreader.h"
+#include "misc.h"
typedef struct _AFStreamsSourceDriver
More information about the syslog-ng
mailing list