Hi!
This patch corrects one line including a glib header not correctly.
Regards,
Dani
From ae4f1402c6c892ad0c48bac2ae076c54294c5f17 Mon Sep 17 00:00:00 2001
From: Daniel Mihalyi <amidabucu@gmail.com>
Date: Mon, 6 Feb 2012 18:04:37 +0100
Subject: [PATCH] In the current glib version only the main glib.h can be included directly.
---
 ucb/source/ucp/gvfs/gvfs_content.hxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ucb/source/ucp/gvfs/gvfs_content.hxx b/ucb/source/ucp/gvfs/gvfs_content.hxx
index 990ea9f..5c8e7aa 100644
--- a/ucb/source/ucp/gvfs/gvfs_content.hxx
+++ b/ucb/source/ucp/gvfs/gvfs_content.hxx
@@ -35,7 +35,7 @@
 #include <com/sun/star/ucb/XContentCreator.hpp>
 #include <ucbhelper/contenthelper.hxx>
 
-#include <glib/gthread.h>
+#include <glib.h>
 #include <libgnomevfs/gnome-vfs-ops.h>
 #include <libgnomevfs/gnome-vfs-directory.h>
 
-- 
1.7.9
Context
- [PATCH] Including glib · Mihályi Dániel
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.