From: Ulrich Drepper Date: Fri, 26 Mar 2004 09:48:53 +0000 (+0000) Subject: Include stddef.h and stdlib.h. X-Git-Tag: upstream/2.20~11082 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fde9eb68f5c88bd365af5ccdb2ff12fea41290ea;p=platform%2Fupstream%2Flinaro-glibc.git Include stddef.h and stdlib.h. --- 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 +#include #include +#include #define SET 0 #define ADD 1