[gnac/devel] Fixed warnings
- From: BenoÃt Dupasquier <bdupasqu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnac/devel] Fixed warnings
- Date: Sun, 23 Oct 2011 13:16:08 +0000 (UTC)
commit eff20533f396d974d6074f9e243fe1488b63929e
Author: BenoÃt Dupasquier <bdupasqu src gnome org>
Date: Sun Oct 23 14:15:57 2011 +0100
Fixed warnings
src/profiles/formats/gnac-profiles-unknown.c | 1 +
src/profiles/gnac-profiles-utils.c | 1 +
src/profiles/gnac-profiles-xml-engine.c | 1 +
src/profiles/gnac-profiles.c | 1 +
4 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/profiles/formats/gnac-profiles-unknown.c b/src/profiles/formats/gnac-profiles-unknown.c
index 1597a0a..59bb7e6 100644
--- a/src/profiles/formats/gnac-profiles-unknown.c
+++ b/src/profiles/formats/gnac-profiles-unknown.c
@@ -28,6 +28,7 @@
#include <stdlib.h>
#include "gnac-main.h"
+#include "gnac-utils.h"
#include "gnac-profiles-unknown.h"
diff --git a/src/profiles/gnac-profiles-utils.c b/src/profiles/gnac-profiles-utils.c
index c2e1211..48a4b13 100755
--- a/src/profiles/gnac-profiles-utils.c
+++ b/src/profiles/gnac-profiles-utils.c
@@ -26,6 +26,7 @@
#include <stdlib.h>
#include "gnac-profiles-utils.h"
+#include "gnac-utils.h"
#include "libgnac-debug.h"
gchar *raw = NULL;
diff --git a/src/profiles/gnac-profiles-xml-engine.c b/src/profiles/gnac-profiles-xml-engine.c
index cebec2b..63e98ad 100755
--- a/src/profiles/gnac-profiles-xml-engine.c
+++ b/src/profiles/gnac-profiles-xml-engine.c
@@ -35,6 +35,7 @@
#include <libxml/xpathInternals.h>
#include "gnac-profiles-xml-engine.h"
+#include "gnac-utils.h"
static xmlXPathObjectPtr
gnac_profiles_xml_engine_evaluate_query(const gchar *query,
diff --git a/src/profiles/gnac-profiles.c b/src/profiles/gnac-profiles.c
index 95dc93c..746e069 100755
--- a/src/profiles/gnac-profiles.c
+++ b/src/profiles/gnac-profiles.c
@@ -25,6 +25,7 @@
#include "gnac-profiles.h"
#include "gnac-profiles-manager.h"
+#include "gnac-utils.h"
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]