Factor out handling of variables populated from the database.
[open-adventure.git] / misc.c
diff --git a/misc.c b/misc.c
index 3fded19213f8631af9a91f6e5386f62e8d979026..111848e1d5231eb7a9d00b59f3b9dfe4485e9bc4 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -6,6 +6,7 @@
 #include "share.h"     /* for SETUP */
 #include "misc.h"
 #include "funcs.h"
+#include "database.h"
 
 /* hack to ignore GCC Unused Result */
 #define IGNORE(r) do{if(r){}}while(0)