diff options
-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" |