diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-11-03 19:11:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-11-03 19:11:41 +0000 |
commit | 0140d7463da2dc600370748410c2ff138b9132e2 (patch) | |
tree | 5386fd53252f2f27c35067a08956d2f98b802c79 /binutils/objdump.c | |
parent | 07d012f66c135c8d021001454bc14b6d0d9ace8e (diff) | |
download | gdb-0140d7463da2dc600370748410c2ff138b9132e2.zip gdb-0140d7463da2dc600370748410c2ff138b9132e2.tar.gz gdb-0140d7463da2dc600370748410c2ff138b9132e2.tar.bz2 |
* objdump.c: Include <sys/types.h>.
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r-- | binutils/objdump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c index c768de1..46783a0 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -21,6 +21,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "getopt.h" #include "progress.h" #include "bucomm.h" +#include <sys/types.h> #include <stdio.h> #include <ctype.h> #include "dis-asm.h" |