aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/lm32/lm32.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/lm32/lm32.c')
-rw-r--r--gcc/config/lm32/lm32.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/lm32/lm32.c b/gcc/config/lm32/lm32.c
index ba4782c..0c4fc9a 100644
--- a/gcc/config/lm32/lm32.c
+++ b/gcc/config/lm32/lm32.c
@@ -62,12 +62,13 @@
#include "optabs.h"
#include "libfuncs.h"
#include "target.h"
-#include "target-def.h"
#include "langhooks.h"
#include "tm-constrs.h"
#include "df.h"
#include "builtins.h"
+#include "target-def.h"
+
struct lm32_frame_info
{
HOST_WIDE_INT total_size; /* number of bytes of entire frame. */