diff options
Diffstat (limited to 'gcc/java/constants.c')
-rw-r--r-- | gcc/java/constants.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/java/constants.c b/gcc/java/constants.c index 696f684..507d484 100644 --- a/gcc/java/constants.c +++ b/gcc/java/constants.c @@ -22,10 +22,11 @@ of Sun Microsystems, Inc. in the United States and other countries. The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "config.h" +#include "system.h" #include "tree.h" #include "java-tree.h" #include "jcf.h" -#include "system.h" +#include "toplev.h" extern struct obstack permanent_obstack; |