summaryrefslogtreecommitdiffhomepage
path: root/request.c
diff options
context:
space:
mode:
Diffstat (limited to 'request.c')
-rw-r--r--request.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/request.c b/request.c
index d8c2051..ae5f74d 100644
--- a/request.c
+++ b/request.c
@@ -10,6 +10,8 @@
#include <lua.h>
+#include "connection.h"
+
static const int REQUEST_DATA_SIZE = 4096;
/// Allocates and initializes request structure.