diff options
Diffstat (limited to 'string/test-strstr.c')
-rw-r--r-- | string/test-strstr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/test-strstr.c b/string/test-strstr.c index c29d37446c..21944f41a3 100644 --- a/string/test-strstr.c +++ b/string/test-strstr.c @@ -208,4 +208,4 @@ test_main (void) return ret; } -#include "../test-skeleton.c" +#include <support/test-driver.c> |