summaryrefslogtreecommitdiffstats
path: root/src/authdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/authdb.c')
-rw-r--r--src/authdb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/authdb.c b/src/authdb.c
index a0c0478..b9d38c8 100644
--- a/src/authdb.c
+++ b/src/authdb.c
@@ -1,7 +1,8 @@
#include <sys/mman.h>
#include <sys/stat.h>
#include <unistd.h>
-#include <malloc.h>
+#include <stdlib.h>
+#include <stdio.h>
#include <sched.h>
#include <fcntl.h>
#include <ctype.h>