summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
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 84aa2c5e8..2370e5c2c 100644
--- a/auth.c
+++ b/auth.c
@@ -49,6 +49,7 @@
49#include <stdarg.h> 49#include <stdarg.h>
50#include <stdio.h> 50#include <stdio.h>
51#include <string.h> 51#include <string.h>
52#include <unistd.h>
52 53
53#include "xmalloc.h" 54#include "xmalloc.h"
54#include "match.h" 55#include "match.h"