summaryrefslogtreecommitdiff
path: root/src/string/strspn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/strspn.c')
-rw-r--r--src/string/strspn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/strspn.c b/src/string/strspn.c
index 677d43c2..450b541f 100644
--- a/src/string/strspn.c
+++ b/src/string/strspn.c
@@ -1,5 +1,5 @@
#include <string.h>
-#include "../_assert.h"
+#include "_assert.h"
/** count matching characters **/
size_t strspn(const char *s1, const char *s2)