diff options
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 44ce2fa4de3..7956d9d464a 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 |