From 5a2b4005bb59f78aabc85612706c5c521f2d27d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Sat, 7 May 2016 02:32:57 +0200 Subject: [PATCH] Rerun hack/vendor.sh to pick up gpgme changes In particular, https://github.com/proglottis/gpgme/pull/8 . --- vendor/github.com/mtrmac/gpgme/go_gpgme.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vendor/github.com/mtrmac/gpgme/go_gpgme.h b/vendor/github.com/mtrmac/gpgme/go_gpgme.h index 1a81f60b..5284f5fb 100644 --- a/vendor/github.com/mtrmac/gpgme/go_gpgme.h +++ b/vendor/github.com/mtrmac/gpgme/go_gpgme.h @@ -1,6 +1,8 @@ #ifndef GO_GPGME_H #define GO_GPGME_H +#include + #include extern ssize_t gogpgme_readfunc(void *handle, void *buffer, size_t size);