libotuil: Fix missing #define in header

This commit is contained in:
Colin Walters 2012-03-06 08:44:27 -05:00
parent e4849ebd2b
commit f484665bfe

View File

@ -21,6 +21,7 @@
*/
#ifndef __OSTREE_UTIL_H__
#define __OSTREE_UTIL_H__
#define ot_gobject_refz(o) (o ? g_object_ref (o) : o)
#define ot_clear_checksum(c) G_STMT_START { \