summaryrefslogtreecommitdiffstats
path: root/src/web/server/h2o/http_server.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/web/server/h2o/http_server.h (renamed from web/server/h2o/http_server.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/server/h2o/http_server.h b/src/web/server/h2o/http_server.h
index 79e45e13b..28d1c560a 100644
--- a/web/server/h2o/http_server.h
+++ b/src/web/server/h2o/http_server.h
@@ -3,7 +3,7 @@
#ifndef HTTP_SERVER_H
#define HTTP_SERVER_H
-#include "libnetdata/libnetdata.h"
+#include <stddef.h>
void *h2o_main(void * ptr);