fix file access
[webserver.git] / http.c
diff --git a/http.c b/http.c
index 2f37611e656f5f4aecebf7553faa164aa5a65d69..22b5cbcbbf901c169ca439bbcd45b97f837d1c8c 100644 (file)
--- a/http.c
+++ b/http.c
@@ -2,6 +2,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <time.h>
+#include <unistd.h>
 
 #include "debug.h"
 #include "file.h"