diff options
-rw-r--r-- | src/input/input_http.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/input/input_http.c b/src/input/input_http.c index 2ad0bcc4a..da78175c0 100644 --- a/src/input/input_http.c +++ b/src/input/input_http.c @@ -19,7 +19,7 @@ * * input plugin for http network streams * - * $Id: input_http.c,v 1.96 2004/09/17 19:21:46 valtri Exp $ + * $Id: input_http.c,v 1.97 2004/09/18 20:50:09 zonque Exp $ */ #ifdef HAVE_CONFIG_H @@ -39,6 +39,10 @@ #include <errno.h> #endif /* WIN32 */ +#ifdef HOST_OS_DARWIN +#define __STDC_LIBRARY_SUPPORTED__ +#endif /* HOST_OS_DARWIN */ + #include <sys/time.h> #define LOG_MODULE "input_http" |