diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-04-05 19:38:28 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-04-05 19:38:28 +0200 |
commit | f016d2b0dbdc6834bc298a4e4c89ff9b583ce940 (patch) | |
tree | 95dfd7b754bbb3b490d81d119eed7db33ee4aef6 /FICS | |
parent | 74430f5522e3449584ec0c140a98ed8a188bbff4 (diff) |
Include limits.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 3a7cdd0..8fd683c 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -39,6 +39,7 @@ #include <err.h> #include <errno.h> +#include <limits.h> #include <stdint.h> #include "command.h" |