[libgsystem] Include gsystem-glib-compat.h for compatibility with GLib 2.32



commit 856b8f9431a63c7807fb3859ed6de2a0f3abfb3b
Author: Jiří Klimeš <jklimes redhat com>
Date:   Thu Jan 16 17:43:38 2014 +0100

    Include gsystem-glib-compat.h for compatibility with GLib 2.32
    
    Needed for g_clear_pointer().
    
    Signed-off-by: Jiří Klimeš <jklimes redhat com>

 gsystem-shutil.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gsystem-shutil.c b/gsystem-shutil.c
index 095bedd..8029dd9 100644
--- a/gsystem-shutil.c
+++ b/gsystem-shutil.c
@@ -27,6 +27,7 @@
 
 #define _GSYSTEM_NO_LOCAL_ALLOC
 #include "libgsystem.h"
+#include "gsystem-glib-compat.h"
 #include <glib-unix.h>
 #include <string.h>
 #include <sys/stat.h>


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