diff --git a/local.c b/local.c index c205c5c..2c8feb8 100644 --- a/local.c +++ b/local.c @@ -1,7 +1,7 @@ /* local.c -- dungeon functions which need local definition */ #include "funcs.h" - +#include // this header allows us to use the getuid function(without which it declared an implicit declaration error) #ifdef __AMOS__ #include #endif