diff options
author | John Gilmore <gnu@cygnus> | 1991-11-22 20:44:50 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-11-22 20:44:50 +0000 |
commit | 3ae444f84469bc94f3cde435e2ea3945ad33816b (patch) | |
tree | 07722468ff1abfb722e8ab7970aee3bdc77a0d87 /gdb/xcoffread.c | |
parent | 1a5a8f2a3edb3b67862fe74ca807aab8bcc5a483 (diff) | |
download | gdb-3ae444f84469bc94f3cde435e2ea3945ad33816b.zip gdb-3ae444f84469bc94f3cde435e2ea3945ad33816b.tar.gz gdb-3ae444f84469bc94f3cde435e2ea3945ad33816b.tar.bz2 |
SCO lint.
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r-- | gdb/xcoffread.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c index 44ce2fa..7956d9d 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -19,11 +19,10 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <stdio.h> #include "defs.h" #include "bfd.h" -#include <stdio.h> - /* AIX COFF names have a preceeding dot `.' */ #define NAMES_HAVE_DOT 1 |