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