summaryrefslogtreecommitdiffstats
path: root/auth.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-07-09 20:54:37 +1000
committerDamien Miller <djm@mindrot.org>2008-07-09 20:54:37 +1000
commit7acf550aeb4a0197095282bcbc845ec917599540 (patch)
tree9f39a7a90f7974b3ec6bf1648c48726a624b2c60 /auth.c
parent773a7b98f9d4e0767dfdd270a339e9f31ca4edea (diff)
- (djm) [auth.c] Missing unistd.h for close()
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth.c b/auth.c
index 84aa2c5e..2370e5c2 100644
--- a/auth.c
+++ b/auth.c
@@ -49,6 +49,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
+#include <unistd.h>
#include "xmalloc.h"
#include "match.h"