diff options
Diffstat (limited to 'src/string/strncmp.c')
-rw-r--r-- | src/string/strncmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/strncmp.c b/src/string/strncmp.c index f5647d33..340ac6b8 100644 --- a/src/string/strncmp.c +++ b/src/string/strncmp.c @@ -1,5 +1,5 @@ #include <string.h> -#include "../_assert.h" +#include "_assert.h" /** compare bound strings **/ int strncmp(const char *s1, const char *s2, size_t n) |