diff options
Diffstat (limited to 'src/string/strcpy.c')
| -rw-r--r-- | src/string/strcpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/strcpy.c b/src/string/strcpy.c index 915701d9..ea8a9a1f 100644 --- a/src/string/strcpy.c +++ b/src/string/strcpy.c @@ -1,5 +1,5 @@ #include <string.h> -#include "../_assert.h" +#include "_assert.h" /** copy string **/ char * strcpy(char * restrict s1, const char * restrict s2) |
