projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb5bec4
)
* config/ho-i386aix.h: Include sys/types.h and stdlib.h, not ho-sysv.h. Based
author
Ken Raeburn
<raeburn@cygnus>
Wed, 2 Feb 1994 00:32:10 +0000
(
00:32
+0000)
committer
Ken 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
patch
|
blob
|
history
diff --git
a/gas/config/ho-i386aix.h
b/gas/config/ho-i386aix.h
index d439f74b0f8f7c5494c1c700432c18d268d07e22..eb2ce199a3e9aeb7e6e30ae2e58f526af9e7653c 100644
(file)
--- 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 */