summaryrefslogtreecommitdiff
path: root/src/wctype/towupper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wctype/towupper.c')
-rw-r--r--src/wctype/towupper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wctype/towupper.c b/src/wctype/towupper.c
index 9c683b20..16e2334a 100644
--- a/src/wctype/towupper.c
+++ b/src/wctype/towupper.c
@@ -1,5 +1,5 @@
#include <wctype.h>
-#include "wchar.h"
+#include <wchar.h>
#include "_assert.h"
/** convert a wide lowercase letter to uppercase **/