summaryrefslogtreecommitdiff
path: root/src/sys-mmap.h
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/sys-mmap.h
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/sys-mmap.h')
-rw-r--r--src/sys-mmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys-mmap.h b/src/sys-mmap.h
index 288ac90e..51232ab5 100644
--- a/src/sys-mmap.h
+++ b/src/sys-mmap.h
@@ -1,5 +1,6 @@
#ifndef LI_SYS_MMAP_H
#define LI_SYS_MMAP_H
+#include "first.h"
#if defined(HAVE_SYS_MMAN_H)
# include <sys/mman.h>