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 cf4eeb21..915701d9 100644 --- a/src/string/strcpy.c +++ b/src/string/strcpy.c @@ -1,5 +1,5 @@ #include <string.h> -#include "nonstd/assert.h" +#include "../_assert.h" /** copy string **/ char * strcpy(char * restrict s1, const char * restrict s2) |