summaryrefslogtreecommitdiff
path: root/src/http_chunk.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-03-19 15:14:35 +0000
committerStefan Bühler <stbuehler@web.de>2016-03-19 15:14:35 +0000
commit8abd06a7ff2a1505f9c9a79196074a6e805efa1b (patch)
tree30620ba9643d9447a1cf3c211186bbb08a10078f /src/http_chunk.c
parentc92b1762ba2c851d028140a87513fe54cb49bf20 (diff)
downloadlighttpd-git-8abd06a7ff2a1505f9c9a79196074a6e805efa1b.tar.gz
consistent inclusion of config.h at top of files (fixes #2073)
From: Glenn Strauss <gstrauss@gluelogic.com> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3113 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'src/http_chunk.c')
-rw-r--r--src/http_chunk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http_chunk.c b/src/http_chunk.c
index 45db56c4..18b32b30 100644
--- a/src/http_chunk.c
+++ b/src/http_chunk.c
@@ -1,3 +1,5 @@
+#include "first.h"
+
/**
* the HTTP chunk-API
*