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