summaryrefslogtreecommitdiff
path: root/src/string/strchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/strchr.c')
-rw-r--r--src/string/strchr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/strchr.c b/src/string/strchr.c
index 874db9be..2ee80c9b 100644
--- a/src/string/strchr.c
+++ b/src/string/strchr.c
@@ -1,5 +1,5 @@
#include <string.h>
-#include "nonstd/assert.h"
+#include "../_assert.h"
/** string search **/
char * strchr(const char *s, int c)