summaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r--gcc/stor-layout.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c
index 3c940006bb0..3510a8ff151 100644
--- a/gcc/stor-layout.c
+++ b/gcc/stor-layout.c
@@ -26,6 +26,8 @@ Boston, MA 02111-1307, USA. */
#include "flags.h"
#include "except.h"
#include "function.h"
+#include "rtl.h"
+#include "expr.h"
#define CEIL(x,y) (((x) + (y) - 1) / (y))