diff options
-rw-r--r-- | bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c b/bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c index 65ab7b403a73..4d86531c3b52 100644 --- a/bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c +++ b/bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c @@ -2,9 +2,9 @@ * * $RCSfile: com_sun_star_beans_LocalOfficeWindow.c,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mi $ $Date: 2004-10-28 15:49:01 $ + * last change: $Author: obo $ $Date: 2005-03-15 09:07:20 $ * * 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" |