From 8abd06a7ff2a1505f9c9a79196074a6e805efa1b Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sat, 19 Mar 2016 15:14:35 +0000 Subject: consistent inclusion of config.h at top of files (fixes #2073) From: Glenn Strauss git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3113 152afb58-edef-0310-8abb-c4023f1b3aa9 --- src/http_auth.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http_auth.h') diff --git a/src/http_auth.h b/src/http_auth.h index 081cef34..eb8d8f14 100644 --- a/src/http_auth.h +++ b/src/http_auth.h @@ -1,5 +1,6 @@ #ifndef _HTTP_AUTH_H_ #define _HTTP_AUTH_H_ +#include "first.h" #include "server.h" #include "plugin.h" -- cgit v1.2.1