diff options
Diffstat (limited to 'src/string/memchr.c')
| -rw-r--r-- | src/string/memchr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/memchr.c b/src/string/memchr.c index 9b795e9b..02fdfcdc 100644 --- a/src/string/memchr.c +++ b/src/string/memchr.c @@ -1,5 +1,5 @@ #include <string.h> -#include "../_assert.h" +#include "_assert.h" /** search memory **/ void * memchr(const void *s, int c, size_t n) |
