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 227a3b623a..573e37abd6 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 7ac963aa2d..d2e1f3d86c 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 b3519858a0..347b2f5184 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 c768fb6a5b..6dde974158 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 96b8e6bf7b..ba4b8008d6 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 |