diff rogue4/rogue.h @ 109:ec9db3bb6b0b

rogue4: don't include config.h if it wasn't created.
author John "Elwin" Edwards
date Mon, 09 Sep 2013 07:58:47 -0400
parents a1dc75e38e73
children 1b73a8641b37
line wrap: on
line diff
--- a/rogue4/rogue.h	Sat Sep 07 09:43:06 2013 -0400
+++ b/rogue4/rogue.h	Mon Sep 09 07:58:47 2013 -0400
@@ -479,7 +479,9 @@
 
 struct room	*roomin();
 
+#ifdef HAVE_CONFIG_H
 #include "config.h"
+#endif
 #include "extern.h"
 
 #ifndef PATH_MAX