[Telepathy-commits] [telepathy-glib/master] fd.o #18926: avoid using a non-top-level GLib header

Luis Menina liberforce at freeside.fr
Mon Dec 8 07:10:58 PST 2008


---
 telepathy-glib/interfaces.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/telepathy-glib/interfaces.h b/telepathy-glib/interfaces.h
index ceae96d..202d389 100644
--- a/telepathy-glib/interfaces.h
+++ b/telepathy-glib/interfaces.h
@@ -1,7 +1,7 @@
 #ifndef __TP_INTERFACES_H__
 #define __TP_INTERFACES_H__
 
-#include <glib/gquark.h>
+#include <glib.h>
 
 G_BEGIN_DECLS
 
-- 
1.5.6.5



More information about the Telepathy-commits mailing list