]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 9a1b6b9ab605f8e5e6ce74de5958061566df0215..781aad51d08af32ebc34b68eddbec00043912f16 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