aboutsummaryrefslogtreecommitdiff
path: root/db.c
diff options
context:
space:
mode:
Diffstat (limited to 'db.c')
-rw-r--r--db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/db.c b/db.c
index a6391a6..0db8d1f 100644
--- a/db.c
+++ b/db.c
@@ -4,7 +4,7 @@
#include <string.h>
#include <sqlite3.h>
#include <time.h>
-#include "db.h"
+#include "cforum.h"
static char * strdupn(const unsigned char *);