--- deliantra/server/include/global.h 2006/04/28 13:56:26 1.3 +++ deliantra/server/include/global.h 2006/08/24 13:13:49 1.5 @@ -179,7 +179,8 @@ EXTERN racelink *first_race; #define NROF_COMPRESS_METHODS 4 -EXTERN char *uncomp[NROF_COMPRESS_METHODS][3]; +extern char *uncomp[NROF_COMPRESS_METHODS][3]; + /* * The editor uses these (will get them out of here later): */ @@ -409,5 +410,6 @@ #define SCRIPT_FIX_NOTHING 0 #include "plugin.h" +#include "cfperl.h" #endif /* GLOBAL_H */