From: Ken Raeburn Date: Wed, 2 Feb 1994 00:32:10 +0000 (+0000) Subject: * config/ho-i386aix.h: Include sys/types.h and stdlib.h, not ho-sysv.h. Based X-Git-Tag: gdb-4_18-branchpoint~15721 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ca42ea386728030f242c91008ac62fea9d7af02;p=thirdparty%2Fbinutils-gdb.git * config/ho-i386aix.h: Include sys/types.h and stdlib.h, not ho-sysv.h. Based loosely on a patch from Minh Tran-Le. --- diff --git a/gas/config/ho-i386aix.h b/gas/config/ho-i386aix.h index d439f74b0f8..eb2ce199a3e 100644 --- a/gas/config/ho-i386aix.h +++ b/gas/config/ho-i386aix.h @@ -19,6 +19,7 @@ #define HO_I386 1 -#include "ho-sysv.h" +#include +#include /* end of ho-i386aix.h */