Commit 7e678d2b authored by Patrik Weiskircher's avatar Patrik Weiskircher Committed by Max Kellermann

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
parent 3ee33752
......@@ -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"
......
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