summaryrefslogtreecommitdiff
path: root/src/mod_authn_gssapi.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2017-06-21 21:41:59 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2017-07-15 22:42:15 -0400
commit9e75b8198240b6f6663026f69cfd4deb534187cf (patch)
treee566292fd8fe3c2f47a79847dd5d250e6d3df3de /src/mod_authn_gssapi.c
parent6691eb377e671f322f04320d80046a3f32ca3da4 (diff)
downloadlighttpd-git-9e75b8198240b6f6663026f69cfd4deb534187cf.tar.gz
[core] reduce exposure of unistd.h, other includes
reduce exposure of unistd.h, and some other include cleanup
Diffstat (limited to 'src/mod_authn_gssapi.c')
-rw-r--r--src/mod_authn_gssapi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_authn_gssapi.c b/src/mod_authn_gssapi.c
index 887a55c9..e61e76a3 100644
--- a/src/mod_authn_gssapi.c
+++ b/src/mod_authn_gssapi.c
@@ -36,6 +36,7 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
typedef struct {
buffer *auth_gssapi_keytab;