]> granicus.if.org Git - nethack/commitdiff
build fix without TEXTCOLOR
authornethack.allison <nethack.allison>
Tue, 29 Jul 2003 12:08:56 +0000 (12:08 +0000)
committernethack.allison <nethack.allison>
Tue, 29 Jul 2003 12:08:56 +0000 (12:08 +0000)
include/decl.h

index 01f80428d728b8a96eb561a7558b111c338316d5..4541b66493d2dbfbd623e4fe1d2da522979c3af3 100644 (file)
@@ -222,8 +222,8 @@ E const int shield_static[];
 #include "spell.h"
 E NEARDATA struct spell spl_book[];    /* sized in decl.c */
 
-#ifdef TEXTCOLOR
 #include "color.h"
+#ifdef TEXTCOLOR
 E const int zapcolors[];
 #endif