summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-gpg-verify-result.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2016-03-02 10:29:41 -0500
committerColin Walters <walters@verbum.org>2016-03-02 10:29:41 -0500
commit5d463ba57720ded9ff38eda753420a6eb66436ae (patch)
tree6ed8e777b4e5a578b6825fb8b400df9bfc8e2ec4 /src/libostree/ostree-gpg-verify-result.h
parent3efdcb54b79b288a208e5d41b4d16c2f445cc664 (diff)
downloadostree-5d463ba57720ded9ff38eda753420a6eb66436ae.tar.gz
Add a missing #include to fix "make check"
Diffstat (limited to 'src/libostree/ostree-gpg-verify-result.h')
-rw-r--r--src/libostree/ostree-gpg-verify-result.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libostree/ostree-gpg-verify-result.h b/src/libostree/ostree-gpg-verify-result.h
index 61180fbf..8894afdf 100644
--- a/src/libostree/ostree-gpg-verify-result.h
+++ b/src/libostree/ostree-gpg-verify-result.h
@@ -21,6 +21,7 @@
#pragma once
#include <gio/gio.h>
+#include <ostree-types.h>
G_BEGIN_DECLS