diff options
Diffstat (limited to 'src/string/strcspn.c')
-rw-r--r-- | src/string/strcspn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/strcspn.c b/src/string/strcspn.c index 4bbdee2e..5ae42e04 100644 --- a/src/string/strcspn.c +++ b/src/string/strcspn.c @@ -1,5 +1,5 @@ #include <string.h> -#include "nonstd/assert.h" +#include "../_assert.h" /** count non-matching characters **/ size_t strcspn(const char *s1, const char *s2) |