summaryrefslogtreecommitdiff
path: root/elf/tst-dlmodcount.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-26 09:48:53 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-26 09:48:53 +0000
commitfde9eb68f5c88bd365af5ccdb2ff12fea41290ea (patch)
treeeeee34760ee087740070f5f930f036c556042790 /elf/tst-dlmodcount.c
parentcee3b3930ac9e5c061bd3606bc1b6bfe77bc2097 (diff)
Include stddef.h and stdlib.h.
Diffstat (limited to 'elf/tst-dlmodcount.c')
-rw-r--r--elf/tst-dlmodcount.c2
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