output/httpd: removed duplicate sys/types.h include
The first patch by Patrick didn't work, because his "#ifdef HAVE_OSX" line would have required config.h.
This commit is contained in:
parent
ce517ad5d8
commit
58dd6eee5d
@ -34,10 +34,6 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#ifdef HAVE_OSX
|
|
||||||
#include <sys/types.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#undef G_LOG_DOMAIN
|
#undef G_LOG_DOMAIN
|
||||||
#define G_LOG_DOMAIN "httpd_output"
|
#define G_LOG_DOMAIN "httpd_output"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user