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