aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-03-30 23:37:22 +0000
committerAlan Modra <amodra@gmail.com>2000-03-30 23:37:22 +0000
commit00ed88bd5645e6552c8cafd5b732858be516b4f7 (patch)
tree2659f90dfe87f5d8413774b86253b5270316ad5c /binutils/readelf.c
parent591b8fa3ef44f0ba57966561313f886eddf1349d (diff)
downloadgdb-00ed88bd5645e6552c8cafd5b732858be516b4f7.zip
gdb-00ed88bd5645e6552c8cafd5b732858be516b4f7.tar.gz
gdb-00ed88bd5645e6552c8cafd5b732858be516b4f7.tar.bz2
Include sys/types.h before sys/stat.h for ultrix.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index 6b49356..cd1e127 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -23,6 +23,7 @@
#include <assert.h>
+#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
#include <time.h>