aboutsummaryrefslogtreecommitdiff
path: root/src/userdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/userdb.c')
-rw-r--r--src/userdb.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/userdb.c b/src/userdb.c
index ddf1ced..a98a33e 100644
--- a/src/userdb.c
+++ b/src/userdb.c
@@ -1,4 +1,9 @@
-#include "netcosm.h"
+#include "globals.h"
+
+#include "client.h"
+#include "hash.h"
+#include "server.h"
+#include "userdb.h"
static void *map = NULL;
static char *db_file = NULL;