diff options
author | Werner Koch <wk@gnupg.org> | 2013-08-01 11:32:05 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2013-08-01 11:32:05 +0200 |
commit | ef6a6d973c2bcc54006c04dc41f978ff01005c97 (patch) | |
tree | 7548c2160ec406e7b21f8cf503657d5f63cb2d44 /agent/protect.c | |
parent | w32: Add code to support a portable use of GnuPG. (diff) | |
download | gnupg2-ef6a6d973c2bcc54006c04dc41f978ff01005c97.tar.xz gnupg2-ef6a6d973c2bcc54006c04dc41f978ff01005c97.zip |
agent: Include missing prototype.
* agent/protect.c: Include cvt-openpgp.h.
Diffstat (limited to '')
-rw-r--r-- | agent/protect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/protect.c b/agent/protect.c index cb2c098a9..b29f494fb 100644 --- a/agent/protect.c +++ b/agent/protect.c @@ -36,6 +36,7 @@ #include "agent.h" +#include "cvt-openpgp.h" #include "sexp-parse.h" #define PROT_CIPHER GCRY_CIPHER_AES |