summaryrefslogtreecommitdiff
path: root/src/network_solaris_sendfilev.c
diff options
context:
space:
mode:
authorstbuehler <stbuehler@152afb58-edef-0310-8abb-c4023f1b3aa9>2016-03-19 15:14:35 +0000
committerstbuehler <stbuehler@152afb58-edef-0310-8abb-c4023f1b3aa9>2016-03-19 15:14:35 +0000
commit12491ebc50c5486d1fc29839d9bacf054cdf815b (patch)
tree30620ba9643d9447a1cf3c211186bbb08a10078f /src/network_solaris_sendfilev.c
parente3025dbc6495fe929eab17392b266f0cfd3bb633 (diff)
downloadlighttpd-12491ebc50c5486d1fc29839d9bacf054cdf815b.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/network_solaris_sendfilev.c')
-rw-r--r--src/network_solaris_sendfilev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network_solaris_sendfilev.c b/src/network_solaris_sendfilev.c
index 676e122d..17a36b1e 100644
--- a/src/network_solaris_sendfilev.c
+++ b/src/network_solaris_sendfilev.c
@@ -1,3 +1,5 @@
+#include "first.h"
+
#include "network_backends.h"
#if defined(USE_SOLARIS_SENDFILEV)