mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
Include sys/types.h before sys/stat.h for ultrix.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
|
||||
|
||||
* readelf.c: Include sys/types.h before sys/stat.h for ultrix.
|
||||
|
||||
2000-03-27 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* rddbg.c (read_section_stabs_debugging_info): Catch out of range
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
|
||||
|
||||
#include <assert.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
Reference in New Issue
Block a user