aboutsummaryrefslogtreecommitdiffstats
path: root/libsimple.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-11-25 21:44:57 +0100
committerMattias Andrée <maandree@kth.se>2018-11-25 21:44:57 +0100
commit392703cc73ed323ab8d62a35e8d2f7629d3f48ea (patch)
tree83dec182fb72dfdba7b4ff2ff52927f9408706e3 /libsimple.h
parentAdd [e[n]]aligned_str[n]dup and aligned_str[n]dupa (diff)
downloadlibsimple-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.h2
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__)