]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - http_send.c
Always include stdbool.h.
[paraslash.git] / http_send.c
index 8ae2341a0351d9edc447f544c33fd66e0fb6c74a..b78784b5995c2380be36e23d28e92894ed651ea3 100644 (file)
@@ -9,7 +9,6 @@
 #include <regex.h>
 #include <sys/types.h>
 #include <osl.h>
-#include <stdbool.h>
 
 #include "para.h"
 #include "error.h"
@@ -21,6 +20,7 @@
 #include "http.h"
 #include "list.h"
 #include "send.h"
+#include "sched.h"
 #include "vss.h"
 #include "close_on_fork.h"
 #include "net.h"