diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1994-02-24 13:33:45 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1994-02-24 13:33:45 +0000 |
commit | 8ce2cfc039f9aa71cbaaeb4e6ee58f56a97f82b1 (patch) | |
tree | b6d3b3a42796cfe1788fb12f1dccc9b4937cf425 /gdb | |
parent | 5c07a10bb415732307ea9f2f528c898543f5ad55 (diff) | |
download | gdb-8ce2cfc039f9aa71cbaaeb4e6ee58f56a97f82b1.zip gdb-8ce2cfc039f9aa71cbaaeb4e6ee58f56a97f82b1.tar.gz gdb-8ce2cfc039f9aa71cbaaeb4e6ee58f56a97f82b1.tar.bz2 |
* dwarfread.c: Remove second inclusion of <sys/types.h>, which
causes problems if <sys/types.h> has no multiple inclusion protection.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/dwarfread.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index aff841c..1084f15 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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) diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c index be67651..15d2988 100644 --- a/gdb/dwarfread.c +++ b/gdb/dwarfread.c @@ -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> |