diff options
Diffstat (limited to 'src/string/strncpy.c')
-rw-r--r-- | src/string/strncpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/strncpy.c b/src/string/strncpy.c index 290d36c3..0ecd19fc 100644 --- a/src/string/strncpy.c +++ b/src/string/strncpy.c @@ -1,5 +1,5 @@ #include <string.h> -#include "../_assert.h" +#include "_assert.h" /** copy bounded string **/ char * strncpy(char * restrict s1, const char * restrict s2, size_t n) |