summaryrefslogtreecommitdiff
path: root/src/string/strlen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/strlen.c')
-rw-r--r--src/string/strlen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/strlen.c b/src/string/strlen.c
index 89ccbfcc..3405b252 100644
--- a/src/string/strlen.c
+++ b/src/string/strlen.c
@@ -1,5 +1,5 @@
#include <string.h>
-#include "nonstd/assert.h"
+#include "../_assert.h"
/** find string length **/
size_t strlen(const char *s)