Include stddef.h and stdlib.h.
authorUlrich Drepper <drepper@redhat.com>
Fri, 26 Mar 2004 09:48:53 +0000 (09:48 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 26 Mar 2004 09:48:53 +0000 (09:48 +0000)
elf/tst-dlmodcount.c

index 9a1b6b9..781aad5 100644 (file)
@@ -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