More fixed limits (NOBJECTS, LOCSIZ) stop being fixed.
[open-adventure.git] / dungeon.c
index 19ec17fc66dce9da1f05669087568ae973d46a28..a8b5f16e59af9a099160c63d2d64f2a55ac10095 100644 (file)
--- a/dungeon.c
+++ b/dungeon.c
@@ -17,6 +17,7 @@
 #include <stdlib.h>
 #include <stdbool.h>
 #include <unistd.h>
+#include "newdb.h"
 #include "common.h"
 
 // Global variables for use in functions below that can gradually disappear as code is cleaned up