diff options
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> |