diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 18:10:15 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 18:10:15 +0100 |
commit | 8938d2b895eca3437d67e094b8d86aa52dd4958e (patch) | |
tree | 9a730a2a14c824b17a3e702dc72a415beade8816 /FICS | |
parent | e651af4504063907c581f7eaccda6e0eadf7144b (diff) |
Included string.h
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/stdinclude.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/stdinclude.h b/FICS/stdinclude.h index a0ca4ff..fa7326e 100644 --- a/FICS/stdinclude.h +++ b/FICS/stdinclude.h @@ -46,6 +46,7 @@ #include <stdarg.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <strings.h> #include <time.h> #include <unistd.h> |