summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-02-10 09:31:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-02-10 09:31:48 +0100
commit6549f4074dc00192025dcc7d8e06178b658df4a9 (patch)
tree5c74e7ea734372681656043662e8214684250ccc /vcl
parentpgsql: MSVC build use MozLDAP headers only when using MozLDAP (diff)
downloadcore-6549f4074dc00192025dcc7d8e06178b658df4a9.tar.gz
core-6549f4074dc00192025dcc7d8e06178b658df4a9.zip
Missing fontconfig.h include
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/generic/gdi/salgdi3.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/generic/gdi/salgdi3.cxx b/vcl/unx/generic/gdi/salgdi3.cxx
index a44416187e9b..7761445a89b6 100644
--- a/vcl/unx/generic/gdi/salgdi3.cxx
+++ b/vcl/unx/generic/gdi/salgdi3.cxx
@@ -33,6 +33,7 @@
#include <math.h>
#include <unistd.h>
#include <fcntl.h>
+#include <fontconfig/fontconfig.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/types.h>