diff options
author | membar <membar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-11 19:08:05 +0000 |
---|---|---|
committer | membar <membar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-11 19:08:05 +0000 |
commit | 4bb0b9ef7c7d9ecc920dd8daf62913e454f7a451 (patch) | |
tree | 6a89729d65e4480ab62315cd31cc0a6bc4bee371 /gcc/java/win32-host.c | |
parent | bb2ec270c0bd890e906c6f70d38b6ef4cf6952f8 (diff) | |
download | gcc-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.c | 2 |
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> |