* objdump.c: Include <sys/types.h>.

This commit is contained in:
Ian Lance Taylor 1995-11-03 19:11:41 +00:00
parent 07d012f66c
commit 0140d7463d
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Fri Nov 3 12:38:09 1995 Ian Lance Taylor <ian@cygnus.com>
* objdump.c: Include <sys/types.h>.
Permit user to override DEMANGLER_PROG from command line. From
Manfred Hollstein <manfred@lts.sel.alcatel.de>.
* Makefile.in ($(DEMANGLER_PROG)): Depend upon

View File

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