diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-07-07 15:37:13 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-07-07 15:37:13 +0200 |
commit | 0cc5734abbe1a7270d2a8ce97cfce2b333aa1336 (patch) | |
tree | 8de518ef6089c0152805d4d2f12a3e5ebeacaa6d /FICS | |
parent | 8f9210f6474140ac16c95917c09087228f21faf4 (diff) |
Include errno.h
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/ratings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/ratings.c b/FICS/ratings.c index a2fe400..b461a3d 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -34,6 +34,7 @@ #include "common.h" #include <err.h> +#include <errno.h> #include "command.h" #include "comproc.h" |