diff options
Diffstat (limited to 'src/check_tmpl.c')
-rw-r--r-- | src/check_tmpl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/check_tmpl.c b/src/check_tmpl.c index 8be1a7f..cbb9aa1 100644 --- a/src/check_tmpl.c +++ b/src/check_tmpl.c @@ -1,5 +1,8 @@ +#define _ISOC99_SOURCE #include <stdlib.h> #include <stdio.h> +#include <string.h> +#include <ctype.h> #include "cli_val.h" |