diff options
Diffstat (limited to 'libsimple.h')
-rw-r--r-- | libsimple.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libsimple.h b/libsimple.h index 22b0cca..bdaefa7 100644 --- a/libsimple.h +++ b/libsimple.h @@ -39,6 +39,8 @@ #include <strings.h> #include <time.h> #include <unistd.h> +#include <wchar.h> +#include <wctype.h> #if defined(__GNUC__) && !defined(__clang__) |