diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-07-22 00:20:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-07-22 00:20:30 +0000 |
commit | 0691c3ca1faffb9bb822bf11c3513c18bb98d87b (patch) | |
tree | ca1878d5eadfd55ba640a6061a713b7974f4f877 /binutils/testsuite/binutils-all/testprog.c | |
parent | 2841ecd078b85b998559a7df170803aeff9bf091 (diff) | |
download | gdb-0691c3ca1faffb9bb822bf11c3513c18bb98d87b.zip gdb-0691c3ca1faffb9bb822bf11c3513c18bb98d87b.tar.gz gdb-0691c3ca1faffb9bb822bf11c3513c18bb98d87b.tar.bz2 |
1999-07-21 H.J. Lu <hjl@gnu.org>
* binutils-all/testprog.c: Include <stdio.h>.
Diffstat (limited to 'binutils/testsuite/binutils-all/testprog.c')
-rw-r--r-- | binutils/testsuite/binutils-all/testprog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/testprog.c b/binutils/testsuite/binutils-all/testprog.c index 210656b..c2b1856 100644 --- a/binutils/testsuite/binutils-all/testprog.c +++ b/binutils/testsuite/binutils-all/testprog.c @@ -1,5 +1,7 @@ /* This program is used to test objcopy and strip. */ +#include <stdio.h> + int common; int global = 1; static int local = 2; |