1999-07-21 H.J. Lu <hjl@gnu.org>
* binutils-all/testprog.c: Include <stdio.h>.
This commit is contained in:
parent
2841ecd078
commit
0691c3ca1f
2 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue