From 392703cc73ed323ab8d62a35e8d2f7629d3f48ea Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 25 Nov 2018 21:44:57 +0100 Subject: Include wchar.h and wctype.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libsimple.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libsimple.h') diff --git a/libsimple.h b/libsimple.h index 22b0cca..bdaefa7 100644 --- a/libsimple.h +++ b/libsimple.h @@ -39,6 +39,8 @@ #include #include #include +#include +#include #if defined(__GNUC__) && !defined(__clang__) -- cgit v1.2.3-70-g09d2