diff options
author | hwspeedy <ns@bigbear.dk> | 2024-04-02 12:54:17 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-04-02 12:54:17 +0200 |
commit | 74f4e2e6750f291a19156ebe04ac2fdf2f87a2bd (patch) | |
tree | b3da3acc2fc1ffe667ad917f2fb963ce35b4b5ee /shell | |
parent | a0d8b071f4c6426423564afdaf6cc9f15aaad986 (diff) |
FIX Implicit ctype functions - missing include
Diffstat (limited to 'shell')
-rw-r--r-- | shell/report.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/report.c b/shell/report.c index d264128e..21d82054 100644 --- a/shell/report.c +++ b/shell/report.c @@ -18,6 +18,7 @@ #include <report.h> #include <stdio.h> +#include <ctype.h> #include <string.h> #include <shell.h> #include <iconcache.h> |