X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fcpp2%2Fhashtable.h;h=b45d5912dbd03a0601b484ab8a6bdf6ad3960e5b;hb=2e553b61877a45ee6a3602f054be88cd3e5da074;hp=5b08fde25b630f7fcf8810f817bbe89ca9a29a30;hpb=1dee3f68905452521caecd9dd9cd01db4e47ed76;p=fw%2Fsdcc diff --git a/support/cpp2/hashtable.h b/support/cpp2/hashtable.h index 5b08fde2..b45d5912 100644 --- a/support/cpp2/hashtable.h +++ b/support/cpp2/hashtable.h @@ -18,7 +18,11 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef GCC_HASHTABLE_H #define GCC_HASHTABLE_H +#if defined(__APPLE__) && defined(__MACH__) +#include "libiberty/obstack.h" +#else #include "obstack.h" +#endif /* This is what each hash table entry points to. It may be embedded deeply within another object. */