diff options
Diffstat (limited to 'elf/testobj6.c')
-rw-r--r-- | elf/testobj6.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elf/testobj6.c b/elf/testobj6.c index fcba01631d..84da4c9e22 100644 --- a/elf/testobj6.c +++ b/elf/testobj6.c @@ -1,3 +1,5 @@ +#include <stdio.h> + #include "testobj.h" int @@ -15,5 +17,6 @@ obj6func2 (int a) int preload (int a) { + printf ("testobj6 preload\n"); return a; } |