aboutsummaryrefslogtreecommitdiff
path: root/debug/test-stpcpy_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/test-stpcpy_chk.c')
-rw-r--r--debug/test-stpcpy_chk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/test-stpcpy_chk.c b/debug/test-stpcpy_chk.c
index 938f3c0..0b9fed4 100644
--- a/debug/test-stpcpy_chk.c
+++ b/debug/test-stpcpy_chk.c
@@ -19,7 +19,7 @@
#define STRCPY_RESULT(dst, len) ((dst) + (len))
#define TEST_MAIN
#define TEST_NAME "stpcpy_chk"
-#include "../string/test-string.h"
+#include <string/test-string.h>
extern void __attribute__ ((noreturn)) __chk_fail (void);
char *simple_stpcpy_chk (char *, const char *, size_t);