summaryrefslogtreecommitdiff
path: root/src/wctype/iswspace.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wctype/iswspace.c')
-rw-r--r--src/wctype/iswspace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wctype/iswspace.c b/src/wctype/iswspace.c
index 7c1c6b01..8b1b3702 100644
--- a/src/wctype/iswspace.c
+++ b/src/wctype/iswspace.c
@@ -1,5 +1,5 @@
#include <wctype.h>
-#include "wchar.h"
+#include <wchar.h>
#include "_assert.h"
/** test whether a wide character is white-space **/