diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-03-15 08:07:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-03-15 08:07:33 +0000 |
commit | 9d6df2c6415e797e5d842d3121393a8bcd33c6a1 (patch) | |
tree | ff0ce20ca25b0610f4a961a44ff7f4470307f15e /bean/native | |
parent | f7c3b5a3eb593744868b35f75c4d492398bd36ef (diff) |
INTEGRATION: CWS gcj3 (1.1.10); FILE MERGED
2005/03/08 12:13:16 cmc 1.1.10.1: #i44359# bean now compilable with gcj
Diffstat (limited to 'bean/native')
-rw-r--r-- | bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c b/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c index badf56c13fca..3ff7c48f3db2 100644 --- a/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c +++ b/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c @@ -2,9 +2,9 @@ * * $RCSfile: com_sun_star_comp_beans_LocalOfficeWindow.c,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mi $ $Date: 2004-09-14 15:10:23 $ + * last change: $Author: obo $ $Date: 2005-03-15 09:07:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,6 +67,7 @@ #include <X11/Xutil.h> #include <X11/Intrinsic.h> +#include "jni.h" #include "jawt.h" #include "jawt_md.h" |