diff options
Diffstat (limited to 'sim')
-rw-r--r-- | sim/sh/run.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/sh/run.c b/sim/sh/run.c index b8ac1c2..e409fb6 100644 --- a/sim/sh/run.c +++ b/sim/sh/run.c @@ -25,6 +25,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "bfd.h" #include "sysdep.h" +extern printf(); + int main (ac, av) int ac; |