summaryrefslogtreecommitdiff
path: root/src/ctype/toupper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/toupper.c')
-rw-r--r--src/ctype/toupper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctype/toupper.c b/src/ctype/toupper.c
index e40e4a73..897d059e 100644
--- a/src/ctype/toupper.c
+++ b/src/ctype/toupper.c
@@ -1,7 +1,7 @@
#include <ctype.h>
#include "stdio.h"
#include "limits.h"
-#include "nonstd/assert.h"
+#include "../_assert.h"
#include "_ctype.h"
/** convert a lowercase letter to uppercase **/