[gwget] Bug 665286: Fix build with glib 2.31: only include glib.h



commit b5812480ecb32b146597bfbc3450058862fc350e
Author: David SedeÃo <david alderia com>
Date:   Wed Aug 22 18:18:04 2012 +0200

    Bug 665286: Fix build with glib 2.31: only include glib.h

 src/gwget-application.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gwget-application.h b/src/gwget-application.h
index 7c79396..585c63f 100644
--- a/src/gwget-application.h
+++ b/src/gwget-application.h
@@ -18,7 +18,7 @@
 #ifndef GWGET_APPLICATION_H
 #define GWGET_APPLICATION_H
 
-#include <glib/gerror.h>
+#include <glib.h>
 #include <glib-object.h>
 
 G_BEGIN_DECLS



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]