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:
parent
3ee3375273
commit
7e678d2ba9
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user