diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-12-04 02:42:51 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-12-04 02:42:51 +0100 |
commit | f89d61723e3ff3d0fc41667cfb74a9c8b8541e62 (patch) | |
tree | d04586c287f486eb206cbabd9df4f2a019a85b3b | |
parent | dec87bececa197d1b7639000a5e8edc779a30c9a (diff) |
Included err.h
-rw-r--r-- | FICS/lists.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/lists.c b/FICS/lists.c index 5f3a42a..d9879d4 100644 --- a/FICS/lists.c +++ b/FICS/lists.c @@ -8,6 +8,7 @@ #include "stdinclude.h" #include "common.h" +#include <err.h> #include <string.h> #include "command.h" |