diff options
author | Mohan Embar <gnustuff@thisiscool.com> | 2004-09-11 19:08:05 +0000 |
---|---|---|
committer | Mohan Embar <membar@gcc.gnu.org> | 2004-09-11 19:08:05 +0000 |
commit | af8f35b88f0a83caf2af2b812d6733e173fab866 (patch) | |
tree | 6a89729d65e4480ab62315cd31cc0a6bc4bee371 /gcc/java/win32-host.c | |
parent | 55545aed66d474cb65c024cd73a164e42cfc8e80 (diff) | |
download | gcc-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.c | 2 |
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> |