Rerun hack/vendor.sh to fix build on 32-bit systems

i.e. to pick up https://github.com/proglottis/gpgme/pull/10

Fixes #80.
This commit is contained in:
Miloslav Trmač
2016-05-31 16:12:44 +02:00
parent c24b42177e
commit 80ccbaa021
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
#ifndef GO_GPGME_H
#define GO_GPGME_H
#define _FILE_OFFSET_BITS 64
#include <stdint.h>
#include <gpgme.h>