Commit 58dd6eee authored by Max Kellermann's avatar Max Kellermann

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.
parent ce517ad5
......@@ -34,10 +34,6 @@
#include <unistd.h>
#include <errno.h>
#ifdef HAVE_OSX
#include <sys/types.h>
#endif
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "httpd_output"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment