summaryrefslogtreecommitdiff
path: root/vcl/unx/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2002-07-22 15:44:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2002-07-22 15:44:01 +0000
commit81446f4641ff7241085c049ed7f5aa507707b13b (patch)
treedeef7c4b8f33ebd71df34b792fc7b0a611a76a57 /vcl/unx/inc
parentd617e6f0f1506f1099e7b6aac7e3fd944f27b63b (diff)
#100608# fixed linux and remote case compile problems
Diffstat (limited to 'vcl/unx/inc')
-rw-r--r--vcl/unx/inc/xfont.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/unx/inc/xfont.hxx b/vcl/unx/inc/xfont.hxx
index 5be6887ef087..df421e9cd8dd 100644
--- a/vcl/unx/inc/xfont.hxx
+++ b/vcl/unx/inc/xfont.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xfont.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hdu $ $Date: 2002-02-15 16:57:30 $
+ * last change: $Author: vg $ $Date: 2002-07-22 16:43:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,7 +62,9 @@
#define EXTENDED_FONTSTRUCT_HXX
#ifndef _XLIB_H_
+#include <prex.h>
#include <X11/Xlib.h>
+#include <postx.h>
#endif
#ifndef _REF_HXX
#include <tools/ref.hxx>