summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httpd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/httpd.c b/httpd.c
index 1d5b2f0..63a9b94 100644
--- a/httpd.c
+++ b/httpd.c
@@ -342,7 +342,6 @@ static void *job_thread(void *arg)
342 return NULL; 342 return NULL;
343} 343}
344 344
345#include <poll.h>
346 345
347static void *background_thread(void *arg) 346static void *background_thread(void *arg)
348/* background thread (queue management and other things) */ 347/* background thread (queue management and other things) */