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 ++ man0/libsimple.h.0 | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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__) diff --git a/man0/libsimple.h.0 b/man0/libsimple.h.0 index c9055d5..32b15e8 100644 --- a/man0/libsimple.h.0 +++ b/man0/libsimple.h.0 @@ -1,4 +1,4 @@ -.TH LIBSIMPLE.H 0 2018-11-24 libsimple +.TH LIBSIMPLE.H 0 2018-11-25 libsimple .SH NAME libsimple.h \- main header for libsimple .SH SYNOPSIS @@ -43,8 +43,10 @@ includes the following header files: .IR , .IR , .IR , +.IR , +.IR , and -.IR . +.IR . .PP The header .I -- cgit v1.2.3-70-g09d2