diff options
Diffstat (limited to 'gpgscm/ffi.h')
-rw-r--r-- | gpgscm/ffi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgscm/ffi.h b/gpgscm/ffi.h index a7986e6..3ddf68b 100644 --- a/gpgscm/ffi.h +++ b/gpgscm/ffi.h @@ -20,7 +20,7 @@ #ifndef GPGSCM_FFI_H #define GPGSCM_FFI_H -#include <gpg-error.h> +#include "../src/gpgrt.h" #include "scheme.h" gpg_error_t ffi_init (scheme *sc, const char *argv0, const char *scriptname, |