--- a/rogue/g_local.h +++ b/rogue/g_local.h @@ -24,3 +24,3 @@ #ifndef _WIN32 -#include +#include #define min(a,b) ((a) < (b) ? (a) : (b))