diff options
-rw-r--r-- | elf/testobj2.c | 1 | ||||
-rw-r--r-- | elf/unload3mod4.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/elf/testobj2.c b/elf/testobj2.c index f00ba9f3e6..7e4b610982 100644 --- a/elf/testobj2.c +++ b/elf/testobj2.c @@ -1,5 +1,6 @@ #include <dlfcn.h> #include <stdlib.h> +#include <stdio.h> #include "testobj.h" diff --git a/elf/unload3mod4.c b/elf/unload3mod4.c index 4586ff7383..52f808e79b 100644 --- a/elf/unload3mod4.c +++ b/elf/unload3mod4.c @@ -1,5 +1,7 @@ #include <stdio.h> +extern int foo (int x); + int bar (int x) { |