diff options
-rw-r--r-- | elf/tst-dlmodcount.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/tst-dlmodcount.c b/elf/tst-dlmodcount.c index 9a1b6b9ab6..781aad51d0 100644 --- a/elf/tst-dlmodcount.c +++ b/elf/tst-dlmodcount.c @@ -18,7 +18,9 @@ 02111-1307 USA. */ #include <link.h> +#include <stddef.h> #include <stdio.h> +#include <stdlib.h> #define SET 0 #define ADD 1 |