diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-05-19 09:12:43 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-05-19 09:12:43 +0200 |
commit | d59ff0689556cbe4103a0ccad4c56f4bf13440f8 (patch) | |
tree | b89ac8b281c71cf11878a71562ee09a1b59f3c63 /FICS | |
parent | 74d406ed18789350f75c84f876faa5de91a144c9 (diff) |
Added includes
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" |