summaryrefslogtreecommitdiff
path: root/include/obstack.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/obstack.h')
-rw-r--r--include/obstack.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/obstack.h b/include/obstack.h
index 349d59bb03..fe2e595381 100644
--- a/include/obstack.h
+++ b/include/obstack.h
@@ -1,3 +1,9 @@
+#ifndef _OBSTACK_H
#include <malloc/obstack.h>
+# ifndef _ISOMAC
+
libc_hidden_proto (_obstack_newchunk)
+
+# endif /* !_ISOMAC */
+#endif /* obstack.h */