Update to the latest libgsystem

This commit is contained in:
Colin Walters 2013-01-23 15:20:19 -05:00
parent 13aefbc096
commit fafb256f57
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 6890c19d51da21de1e45a1ac39020672cf6b2b02
Subproject commit 43a525fd40faf7dfd261bf3d7469f642a68fad68

View File

@ -24,6 +24,8 @@
#define __OSTREE_UTIL_H__
#include <gio/gio.h>
#include <libgsystem.h>
#include <gsystem-local-alloc.h>
#define ot_gobject_refz(o) (o ? g_object_ref (o) : o)