diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/playerdb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/playerdb.c b/FICS/playerdb.c index 47c400a..faa3375 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -35,10 +35,12 @@ #include "common.h" #include <err.h> +#include <stdint.h> #include "command.h" #include "comproc.h" #include "config.h" +#include "ficslim.h" #include "ficsmain.h" #include "gamedb.h" #include "lists.h" |