[Xfce4-commits] <xfc:master> fix problem while including xfconf.h
Bo Lorensen
noreply at xfce.org
Mon Nov 16 20:46:01 CET 2009
Updating branch refs/heads/master
to 561bd8eb9b6fd8557c8824fd5e0b91c4454938b4 (commit)
from 14ea664de626e312693107f9ba560c7e218ddc35 (commit)
commit 561bd8eb9b6fd8557c8824fd5e0b91c4454938b4
Author: Bo Lorensen <bl at lue.dk>
Date: Mon Nov 16 20:45:00 2009 +0100
fix problem while including xfconf.h
libXFCde/xfc/utils/config.hh | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/libXFCde/xfc/utils/config.hh b/libXFCde/xfc/utils/config.hh
index 44f01f6..0362ff9 100644
--- a/libXFCde/xfc/utils/config.hh
+++ b/libXFCde/xfc/utils/config.hh
@@ -19,6 +19,9 @@
#ifndef __XFCONF_H__
extern "C" {
+#ifdef __GNUC__
+#pragma GCC system_header
+#endif
#include <xfconf/xfconf.h>
}
#endif
@@ -130,6 +133,6 @@ namespace Xfc {
} // namespace De
} // namespace Xfc
-#include <xfc/de/utils/inline/config.inl>
+#include <xfc/utils/inline/config.inl>
#endif
More information about the Xfce4-commits
mailing list