summaryrefslogtreecommitdiff
path: root/elf/tst-tls15.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-tls15.c')
-rw-r--r--elf/tst-tls15.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/tst-tls15.c b/elf/tst-tls15.c
index 7ac963aa2d..db2a4f4b77 100644
--- a/elf/tst-tls15.c
+++ b/elf/tst-tls15.c
@@ -1,4 +1,5 @@
#include <dlfcn.h>
+#include <stdlib.h>
#include <stdio.h>
static int
@@ -28,5 +29,4 @@ do_test (void)
return fp ();
}
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"
+#include <support/test-driver.c>