Include sys/types.h before sys/stat.h for ultrix.

This commit is contained in:
Alan Modra 2000-03-30 23:37:22 +00:00
parent 591b8fa3ef
commit 00ed88bd56
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -23,6 +23,7 @@
#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
#include <time.h>