* config/ho-i386aix.h: Include sys/types.h and stdlib.h, not ho-sysv.h. Based
authorKen Raeburn <raeburn@cygnus>
Wed, 2 Feb 1994 00:32:10 +0000 (00:32 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 2 Feb 1994 00:32:10 +0000 (00:32 +0000)
loosely on a patch from Minh Tran-Le.

gas/config/ho-i386aix.h

index d439f74b0f8f7c5494c1c700432c18d268d07e22..eb2ce199a3e9aeb7e6e30ae2e58f526af9e7653c 100644 (file)
@@ -19,6 +19,7 @@
 
 #define HO_I386 1
 
-#include "ho-sysv.h"
+#include <sys/types.h>
+#include <stdlib.h>
 
 /* end of ho-i386aix.h */
This page took 0.025044 seconds and 4 git commands to generate.