aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/system.h b/gcc/system.h
index ead550d..47a3b40 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -370,4 +370,7 @@ extern void abort ();
#define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
#endif
+/* Get libiberty declarations. */
+#include "libiberty.h"
+
#endif /* __GCC_SYSTEM_H__ */