summaryrefslogtreecommitdiff
path: root/src/wctype
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-10 15:55:36 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-10 15:55:36 -0500
commit4a627ff0f0f728ac813889ab48e4850a37834e33 (patch)
tree6656693cd85f7ad9fb0837f8d5262e23ddc184b2 /src/wctype
parentc4d22825fc08c5fe3a58ec503bc9011d3e27e3c4 (diff)
fix include directive
Diffstat (limited to 'src/wctype')
-rw-r--r--src/wctype/wctype_t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wctype/wctype_t.c b/src/wctype/wctype_t.c
index 6406fc3c..f2dbd801 100644
--- a/src/wctype/wctype_t.c
+++ b/src/wctype/wctype_t.c
@@ -1,4 +1,4 @@
-#incude <wctype.h>
+#include <wctype.h>
typedef int wctype_t;
/*