From 58dd6eee5d95e0d836b953c9e587651c2cb53008 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Tue, 14 Jul 2009 14:23:44 +0200
Subject: [PATCH] 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.
---
 src/output/httpd_output_plugin.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/output/httpd_output_plugin.c b/src/output/httpd_output_plugin.c
index edfc1063d..9fdf46456 100644
--- a/src/output/httpd_output_plugin.c
+++ b/src/output/httpd_output_plugin.c
@@ -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"