diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2016-03-19 15:14:35 +0000 |
---|---|---|
committer | Stefan Bühler <stbuehler@web.de> | 2016-03-19 15:14:35 +0000 |
commit | 8abd06a7ff2a1505f9c9a79196074a6e805efa1b (patch) | |
tree | 30620ba9643d9447a1cf3c211186bbb08a10078f /src/chunk.h | |
parent | c92b1762ba2c851d028140a87513fe54cb49bf20 (diff) | |
download | lighttpd-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/chunk.h')
-rw-r--r-- | src/chunk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chunk.h b/src/chunk.h index cf313aad..d64345a9 100644 --- a/src/chunk.h +++ b/src/chunk.h @@ -1,5 +1,6 @@ #ifndef _CHUNK_H_ #define _CHUNK_H_ +#include "first.h" #include "buffer.h" #include "array.h" |