From dd6cc3c938757304e686524a040b1cfa636f251c Mon Sep 17 00:00:00 2001 From: Michael Tiemann Date: Wed, 15 Jul 1992 16:06:03 +0000 Subject: Add #include so bfd can be built with native compiler. --- bfd/hosts/sparc-ll.h | 1 + bfd/hosts/sparc.h | 1 + 2 files changed, 2 insertions(+) (limited to 'bfd') diff --git a/bfd/hosts/sparc-ll.h b/bfd/hosts/sparc-ll.h index 78ad5db..1f7c695 100644 --- a/bfd/hosts/sparc-ll.h +++ b/bfd/hosts/sparc-ll.h @@ -9,6 +9,7 @@ #include #include #include +#include #ifndef O_ACCMODE #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) #endif diff --git a/bfd/hosts/sparc.h b/bfd/hosts/sparc.h index 1239406..3ae9af6 100644 --- a/bfd/hosts/sparc.h +++ b/bfd/hosts/sparc.h @@ -6,6 +6,7 @@ #include #include #include +#include #ifndef O_ACCMODE #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) #endif -- cgit v1.1