summaryrefslogtreecommitdiff
path: root/gcc/java/win32-host.c
diff options
context:
space:
mode:
authormembar <membar@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-11 19:08:05 +0000
committermembar <membar@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-11 19:08:05 +0000
commit4bb0b9ef7c7d9ecc920dd8daf62913e454f7a451 (patch)
tree6a89729d65e4480ab62315cd31cc0a6bc4bee371 /gcc/java/win32-host.c
parentbb2ec270c0bd890e906c6f70d38b6ef4cf6952f8 (diff)
downloadgcc-4bb0b9ef7c7d9ecc920dd8daf62913e454f7a451.tar.gz
* Make-lang.in (java/win32-host.o): Add dependency on
coretypes.h. * win32-host.c: Add includes for coretypes.h, jcf.h git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87360 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/win32-host.c')
-rw-r--r--gcc/java/win32-host.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/java/win32-host.c b/gcc/java/win32-host.c
index b80da0786a0..d5d9eb8a1b7 100644
--- a/gcc/java/win32-host.c
+++ b/gcc/java/win32-host.c
@@ -28,6 +28,8 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "config.h"
#include "system.h"
+#include "coretypes.h"
+#include "jcf.h"
#define WIN32_LEAN_AND_MEAN
#include <windows.h>