aboutsummaryrefslogtreecommitdiff
path: root/gdb/buildsym.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-11-22 20:44:50 +0000
committerJohn Gilmore <gnu@cygnus>1991-11-22 20:44:50 +0000
commit3ae444f84469bc94f3cde435e2ea3945ad33816b (patch)
tree07722468ff1abfb722e8ab7970aee3bdc77a0d87 /gdb/buildsym.c
parent1a5a8f2a3edb3b67862fe74ca807aab8bcc5a483 (diff)
downloadgdb-3ae444f84469bc94f3cde435e2ea3945ad33816b.zip
gdb-3ae444f84469bc94f3cde435e2ea3945ad33816b.tar.gz
gdb-3ae444f84469bc94f3cde435e2ea3945ad33816b.tar.bz2
SCO lint.
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r--gdb/buildsym.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c
index 1510484..83e2608 100644
--- a/gdb/buildsym.c
+++ b/gdb/buildsym.c
@@ -24,6 +24,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
They originated in dbxread.c of gdb-4.2, and were split out to
make xcoffread.c more maintainable by sharing code. */
+#include <stdio.h>
#include "defs.h"
#include "obstack.h"
#include "symtab.h"
@@ -31,7 +32,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "gdbcore.h" /* for bfd stuff for symfile.h */
#include "symfile.h" /* Needed for "struct complaint" */
#include "stab.gnu.h" /* We always use GNU stabs, not native */
-#include <stdio.h>
#include <string.h>
#include <ctype.h>