--- deliantra/server/include/living.h 2007/07/01 05:00:18 1.16 +++ deliantra/server/include/living.h 2007/08/07 21:58:25 1.17 @@ -26,6 +26,8 @@ #include +#include + // corresponds to some arrays in common/living.C enum { STR, @@ -38,7 +40,7 @@ NUM_STATS }; -#define MAXLEVEL 110 +#define MAXLEVEL 110 //TODO: remove /* Changed from NO_STAT to NO_STAT_VAL to fix conlfict on * AIX systems