From f484665bfed5079abcb05f33415be0440d43449f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 6 Mar 2012 08:44:27 -0500 Subject: [PATCH] libotuil: Fix missing #define in header --- src/libotutil/otutil.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libotutil/otutil.h b/src/libotutil/otutil.h index 019fff45..478026cb 100644 --- a/src/libotutil/otutil.h +++ b/src/libotutil/otutil.h @@ -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 { \