diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-07-24 02:18:23 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-07-24 02:18:23 +0200 |
commit | 13de44cf9ce8ae37fa837e901dc670a0b94b630d (patch) | |
tree | f06b0c94d69fcc2fe60739dfc075d3e14b1a995e | |
parent | a8cff293e630ec5c8d9e39b87fb38407c8e8c690 (diff) |
Included errno.h
-rw-r--r-- | FICS/comproc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/comproc.c b/FICS/comproc.c index b3c05a3..554e468 100644 --- a/FICS/comproc.c +++ b/FICS/comproc.c @@ -53,6 +53,7 @@ #include <sys/resource.h> #include <err.h> +#include <errno.h> #include "board.h" #include "command.h" |