summaryrefslogtreecommitdiff
path: root/src/plots.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plots.c')
-rw-r--r--src/plots.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plots.c b/src/plots.c
index b26d1e20..08d0ea90 100644
--- a/src/plots.c
+++ b/src/plots.c
@@ -11,6 +11,7 @@
*/
#include "angband.h"
+#include <assert.h>
#include "lua/lua.h"
#include "tolua.h"
@@ -477,3 +478,6 @@ bool_ quest_null_hook(int q)
/************************** Library Quest *************************/
#include "q_library.c"
+
+/************************* Fireproofing Quest *********************/
+#include "q_fireprof.c"