summaryrefslogtreecommitdiff
path: root/src/ctype/isupper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/isupper.c')
-rw-r--r--src/ctype/isupper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctype/isupper.c b/src/ctype/isupper.c
index e0eb545e..1d06124f 100644
--- a/src/ctype/isupper.c
+++ b/src/ctype/isupper.c
@@ -1,6 +1,6 @@
#include <ctype.h>
#include "limits.h"
-#include "../_assert.h"
+#include "_assert.h"
#include "_ctype.h"
/** test whether a character is an uppercase letter **/