diff options
author | Mattias Andrée <maandree@kth.se> | 2018-11-25 21:44:57 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-11-25 21:44:57 +0100 |
commit | 392703cc73ed323ab8d62a35e8d2f7629d3f48ea (patch) | |
tree | 83dec182fb72dfdba7b4ff2ff52927f9408706e3 /libsimple.h | |
parent | Add [e[n]]aligned_str[n]dup and aligned_str[n]dupa (diff) | |
download | libsimple-392703cc73ed323ab8d62a35e8d2f7629d3f48ea.tar.gz libsimple-392703cc73ed323ab8d62a35e8d2f7629d3f48ea.tar.bz2 libsimple-392703cc73ed323ab8d62a35e8d2f7629d3f48ea.tar.xz |
Include wchar.h and wctype.h
Signed-off-by: Mattias Andrée <maandree@kth.se>
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__) |