summary refs log tree commit diff
path: root/string/tst-strtok_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/tst-strtok_r.c')
-rw-r--r--string/tst-strtok_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/tst-strtok_r.c b/string/tst-strtok_r.c
index 96749b6a2a..fc3ed60b63 100644
--- a/string/tst-strtok_r.c
+++ b/string/tst-strtok_r.c
@@ -35,4 +35,4 @@ test_main (void)
   return strcmp (tok, "udf") != 0;
 }
 
-#include "../test-skeleton.c"
+#include <support/test-driver.c>