aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/win32-host.c
diff options
context:
space:
mode:
authorMohan Embar <gnustuff@thisiscool.com>2004-09-11 19:08:05 +0000
committerMohan Embar <membar@gcc.gnu.org>2004-09-11 19:08:05 +0000
commitaf8f35b88f0a83caf2af2b812d6733e173fab866 (patch)
tree6a89729d65e4480ab62315cd31cc0a6bc4bee371 /gcc/java/win32-host.c
parent55545aed66d474cb65c024cd73a164e42cfc8e80 (diff)
downloadgcc-af8f35b88f0a83caf2af2b812d6733e173fab866.zip
gcc-af8f35b88f0a83caf2af2b812d6733e173fab866.tar.gz
gcc-af8f35b88f0a83caf2af2b812d6733e173fab866.tar.bz2
Make-lang.in (java/win32-host.o): Add dependency on coretypes.h.
* Make-lang.in (java/win32-host.o): Add dependency on coretypes.h. * win32-host.c: Add includes for coretypes.h, jcf.h From-SVN: r87360
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 b80da07..d5d9eb8 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>