diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-02-02 00:32:10 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-02-02 00:32:10 +0000 |
commit | 5ca42ea386728030f242c91008ac62fea9d7af02 (patch) | |
tree | 010d399f06d5ca81c762b9b6965bd213a6a9b4a0 /gas | |
parent | fb5bec49502135656e6622a38784190963d146b6 (diff) | |
download | gdb-5ca42ea386728030f242c91008ac62fea9d7af02.zip gdb-5ca42ea386728030f242c91008ac62fea9d7af02.tar.gz gdb-5ca42ea386728030f242c91008ac62fea9d7af02.tar.bz2 |
* config/ho-i386aix.h: Include sys/types.h and stdlib.h, not ho-sysv.h. Based
loosely on a patch from Minh Tran-Le.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/ho-i386aix.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/ho-i386aix.h b/gas/config/ho-i386aix.h index d439f74..eb2ce19 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 <sys/types.h> +#include <stdlib.h> /* end of ho-i386aix.h */ |