diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-03-16 17:11:14 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-03-16 17:11:14 +0100 |
commit | d67cf79e4d81d098f59103beb2e8460fb9e6ba0e (patch) | |
tree | 06951dad312b5b493f353896a41af8ff8421c76a | |
parent | c2bdc73b02585c5d81a29d485536d5498ec3ce2b (diff) |
Include errno.h
-rw-r--r-- | FICS/playerdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/playerdb.c b/FICS/playerdb.c index 5888078..7424edd 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -42,6 +42,7 @@ #include "common.h" #include <err.h> +#include <errno.h> #include <stdint.h> #include "command.h" |