summaryrefslogtreecommitdiff
path: root/src/stat_cache.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/stat_cache.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/stat_cache.h')
-rw-r--r--src/stat_cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stat_cache.h b/src/stat_cache.h
index 7b80cce5..5c22e49a 100644
--- a/src/stat_cache.h
+++ b/src/stat_cache.h
@@ -1,5 +1,6 @@
#ifndef _FILE_CACHE_H_
#define _FILE_CACHE_H_
+#include "first.h"
#include "base.h"