* objdump.c: Include <sys/types.h>.
authorIan Lance Taylor <ian@airs.com>
Fri, 3 Nov 1995 19:11:41 +0000 (19:11 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 3 Nov 1995 19:11:41 +0000 (19:11 +0000)
binutils/ChangeLog
binutils/objdump.c

index 5e9e85e23adaf5a815a40481ce1f3be60f3a9e43..dd9f8ecd65c395e393eddac1f2d6496b537125f0 100644 (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
index c768de1483a952b790338f82a6a6a322cc81904d..46783a0c3de8b0f3acbe5c41040a78879602bf20 100644 (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"
This page took 0.027951 seconds and 4 git commands to generate.