summaryrefslogtreecommitdiff
path: root/data/lighttpd/lighttpd-1.4.53/src/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'data/lighttpd/lighttpd-1.4.53/src/server.h')
-rw-r--r--data/lighttpd/lighttpd-1.4.53/src/server.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/lighttpd/lighttpd-1.4.53/src/server.h b/data/lighttpd/lighttpd-1.4.53/src/server.h
new file mode 100644
index 000000000..d0c6f9bdd
--- /dev/null
+++ b/data/lighttpd/lighttpd-1.4.53/src/server.h
@@ -0,0 +1,7 @@
+#ifndef _SERVER_H_
+#define _SERVER_H_
+#include "first.h"
+
+#include "base_decls.h"
+
+#endif