aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-07-07 15:37:13 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-07-07 15:37:13 +0200
commit0cc5734abbe1a7270d2a8ce97cfce2b333aa1336 (patch)
tree8de518ef6089c0152805d4d2f12a3e5ebeacaa6d /FICS
parent8f9210f6474140ac16c95917c09087228f21faf4 (diff)
Include errno.h
Diffstat (limited to 'FICS')
-rw-r--r--FICS/ratings.c1
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"