diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-05-25 23:50:18 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-05-25 23:50:18 +0200 |
commit | 2f8185d53f678cea19ff02cc228c5977e82f2c00 (patch) | |
tree | 95419e69f9f53d5f1ece7c9f8d7051d6eb425250 | |
parent | cbe3d1ea95e1f998d97aef686bab3535ebcf084f (diff) |
Included err.h
-rw-r--r-- | FICS/comproc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/comproc.c b/FICS/comproc.c index a37e60a..c778502 100644 --- a/FICS/comproc.c +++ b/FICS/comproc.c @@ -40,6 +40,8 @@ #include <sys/resource.h> +#include <err.h> + #include "board.h" #include "command.h" #include "comproc.h" |