diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/tst-auditmod1.c | 2 | ||||
-rw-r--r-- | elf/tst-tls15.c | 1 | ||||
-rw-r--r-- | elf/tst-tls16.c | 1 | ||||
-rw-r--r-- | elf/tst-tls17.c | 1 | ||||
-rw-r--r-- | elf/tst-tls18.c | 1 |
5 files changed, 6 insertions, 0 deletions
diff --git a/elf/tst-auditmod1.c b/elf/tst-auditmod1.c index 227a3b6..573e37a 100644 --- a/elf/tst-auditmod1.c +++ b/elf/tst-auditmod1.c @@ -1,4 +1,6 @@ #include <dlfcn.h> +#include <link.h> +#include <stddef.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> diff --git a/elf/tst-tls15.c b/elf/tst-tls15.c index 7ac963a..d2e1f3d 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 diff --git a/elf/tst-tls16.c b/elf/tst-tls16.c index b351985..347b2f5 100644 --- a/elf/tst-tls16.c +++ b/elf/tst-tls16.c @@ -1,4 +1,5 @@ #include <dlfcn.h> +#include <stdlib.h> #include <stdio.h> static int diff --git a/elf/tst-tls17.c b/elf/tst-tls17.c index c768fb6..6dde974 100644 --- a/elf/tst-tls17.c +++ b/elf/tst-tls17.c @@ -1,4 +1,5 @@ #include <dlfcn.h> +#include <stdlib.h> #include <stdio.h> static int diff --git a/elf/tst-tls18.c b/elf/tst-tls18.c index 96b8e6b..ba4b800 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 |