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-Url: http://drtracing.org/?a=commitdiff_plain;h=5ca42ea386728030f242c91008ac62fea9d7af02;p=deliverable%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 d439f74b0f..eb2ce199a3 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 */