diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-02-10 15:55:36 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-02-10 15:55:36 -0500 |
commit | 4a627ff0f0f728ac813889ab48e4850a37834e33 (patch) | |
tree | 6656693cd85f7ad9fb0837f8d5262e23ddc184b2 /src/wctype | |
parent | c4d22825fc08c5fe3a58ec503bc9011d3e27e3c4 (diff) |
fix include directive
Diffstat (limited to 'src/wctype')
-rw-r--r-- | src/wctype/wctype_t.c | 2 |
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; /* |