diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-26 09:48:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-26 09:48:53 +0000 |
commit | fde9eb68f5c88bd365af5ccdb2ff12fea41290ea (patch) | |
tree | eeee34760ee087740070f5f930f036c556042790 /elf | |
parent | cee3b3930ac9e5c061bd3606bc1b6bfe77bc2097 (diff) | |
download | glibc-fde9eb68f5c88bd365af5ccdb2ff12fea41290ea.zip glibc-fde9eb68f5c88bd365af5ccdb2ff12fea41290ea.tar.gz glibc-fde9eb68f5c88bd365af5ccdb2ff12fea41290ea.tar.bz2 |
Include stddef.h and stdlib.h.
Diffstat (limited to 'elf')
-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 9a1b6b9..781aad5 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 |