libotuil: Fix missing #define in header
This commit is contained in:
parent
e4849ebd2b
commit
f484665bfe
|
|
@ -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 { \
|
||||
|
|
|
|||
Loading…
Reference in New Issue