aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libsimple.h2
-rw-r--r--man0/libsimple.h.06
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 <strings.h>
#include <time.h>
#include <unistd.h>
+#include <wchar.h>
+#include <wctype.h>
#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 <string.h> ,
.IR <strings.h> ,
.IR <time.h> ,
+.IR <unistd.h> ,
+.IR <wchar.h> ,
and
-.IR <unistd.h> .
+.IR <wctype.h> .
.PP
The header
.I <libsimple.h>