* dwarfread.c: Remove second inclusion of <sys/types.h>, which

causes problems if <sys/types.h> has no multiple inclusion protection.
This commit is contained in:
Peter Schauer 1994-02-24 13:33:45 +00:00
parent 5c07a10bb4
commit 8ce2cfc039
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,8 @@ Thu Feb 24 04:29:19 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* exec.c (print_section_info): Print entry point for exec_bfd only.
* ser-unix.c (wait_for): Fix typo in HAVE_TERMIO case.
* dwarfread.c: Remove second inclusion of <sys/types.h>, which
causes problems if <sys/types.h> has no multiple inclusion protection.
Wed Feb 23 16:28:55 1994 Jeffrey A. Law (law@cygnus.com)

View File

@ -56,7 +56,6 @@ other things to work on, if you get bored. :-)
#include <fcntl.h>
#include <string.h>
#include <sys/types.h>
#ifndef NO_SYS_FILE
#include <sys/file.h>