latest git, httpd_output_plugin compile fix, mac os x

Hello,

While compiling latest git I've received a compile error in the
httpd_output_plugin.
Small patch attached.

Patrik
This commit is contained in:
Patrik Weiskircher 2009-05-10 19:54:36 +02:00 committed by Max Kellermann
parent 3ee3375273
commit 7e678d2ba9

View File

@ -33,6 +33,10 @@
#include <unistd.h>
#include <errno.h>
#ifdef HAVE_OSX
#include <sys/types.h>
#endif
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "httpd_output"