summaryrefslogtreecommitdiffhomepage
path: root/plop.h
diff options
context:
space:
mode:
Diffstat (limited to 'plop.h')
-rw-r--r--plop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plop.h b/plop.h
index 2ecd678..ef7ecfe 100644
--- a/plop.h
+++ b/plop.h
@@ -5,6 +5,7 @@
#include <lua.h>
#include "http.h"
+#include "request.h"
int make_server(const char *, const char *);
int handle_client(lua_State * L, struct pollfd *, struct request **, const int);