From: Michael Tiemann Date: Wed, 15 Jul 1992 16:06:03 +0000 (+0000) Subject: Add #include so bfd can be built with native compiler. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dd6cc3c938757304e686524a040b1cfa636f251c;p=binutils-gdb.git Add #include so bfd can be built with native compiler. --- diff --git a/bfd/hosts/sparc-ll.h b/bfd/hosts/sparc-ll.h index 78ad5db269e..1f7c6952a8c 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 1239406dfd7..3ae9af69618 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