diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/utils.c b/FICS/utils.c index cf12871..785d1a1 100644 --- a/FICS/utils.c +++ b/FICS/utils.c @@ -48,6 +48,8 @@ #include "common.h" #include <err.h> +#include <errno.h> +#include <fcntl.h> #include "config.h" #include "network.h" |