diff options
Diffstat (limited to 'src/string/strstr.c')
| -rw-r--r-- | src/string/strstr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/strstr.c b/src/string/strstr.c index 7aaad5ad..bdcabc9e 100644 --- a/src/string/strstr.c +++ b/src/string/strstr.c @@ -1,5 +1,5 @@ #include <string.h> -#include "../_assert.h" +#include "_assert.h" /** search for substring **/ char * strstr(const char *s1, const char *s2) |
