]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2005-03-05 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Wed, 6 Apr 2005 02:50:16 +0000 (02:50 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 6 Apr 2005 02:50:16 +0000 (02:50 +0000)
[BZ #821]
* elf/unload3mod4.c: Declare foo.
* elf/testobj2.c: Include <stdio.h>.

elf/testobj2.c
elf/unload3mod4.c

index f00ba9f3e675006cb7d5868832b15dda9692046d..7e4b6109825e5cff76410534ecb9c5121f4bb33d 100644 (file)
@@ -1,5 +1,6 @@
 #include <dlfcn.h>
 #include <stdlib.h>
+#include <stdio.h>
 
 #include "testobj.h"
 
index 4586ff7383ecc02c449d4cbdb07c3499b4c010da..52f808e79b76a2045e16093d114aa0a47732e3dc 100644 (file)
@@ -1,5 +1,7 @@
 #include <stdio.h>
 
+extern int foo (int x);
+
 int
 bar (int x)
 {