[Libreoffice-commits] .: vcl/unx

Stephan Bergmann sbergmann at kemper.freedesktop.org
Fri Feb 10 00:32:19 PST 2012


 vcl/unx/generic/gdi/salgdi3.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6549f4074dc00192025dcc7d8e06178b658df4a9
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Feb 10 09:31:48 2012 +0100

    Missing fontconfig.h include

diff --git a/vcl/unx/generic/gdi/salgdi3.cxx b/vcl/unx/generic/gdi/salgdi3.cxx
index a444161..7761445 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>


More information about the Libreoffice-commits mailing list