aboutsummaryrefslogtreecommitdiffstats
path: root/src/queries.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/queries.c')
-rw-r--r--src/queries.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/queries.c b/src/queries.c
index 0c56cc1..15e5acb 100644
--- a/src/queries.c
+++ b/src/queries.c
@@ -9,6 +9,7 @@
*
* -------------------------------------------------------------------------- */
#include "queries.h"
+#include "ckutil.h"
void dbh_form_query_make_tables(char *query) {
char tmp[STR_L] = "CREATE TABLE ";