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