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