diff options
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r-- | gdb/dbxread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c index e537744..5436d4a 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -37,7 +37,7 @@ #include "defs.h" #include "gdb_string.h" -#if defined(USG) || defined(__CYGNUSCLIB__) +#if defined(__CYGNUSCLIB__) #include <sys/types.h> #include <fcntl.h> #endif |