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 0f1a40be..9c683b20 100644
--- a/src/wctype/towupper.c
+++ b/src/wctype/towupper.c
@@ -1,6 +1,6 @@
#include <wctype.h>
#include "wchar.h"
-#include "../_assert.h"
+#include "_assert.h"
/** convert a wide lowercase letter to uppercase **/
wint_t towupper(wint_t wc)