diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-06 20:44:53 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-06 20:44:53 +0000 |
commit | 77245b9b30abac6c364025f4919b931b1fdad082 (patch) | |
tree | 80bc4e9e6833ac885494f7db8101c72fbec79b7e /gpgcontext.h | |
parent | add class for constants (diff) | |
download | gpg4usb-77245b9b30abac6c364025f4919b931b1fdad082.tar.gz gpg4usb-77245b9b30abac6c364025f4919b931b1fdad082.zip |
use gpgconstants
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@671 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgcontext.h')
-rw-r--r-- | gpgcontext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpgcontext.h b/gpgcontext.h index be43764..f754418 100644 --- a/gpgcontext.h +++ b/gpgcontext.h @@ -22,6 +22,7 @@ #ifndef __SGPGMEPP_CONTEXT_H__ #define __SGPGMEPP_CONTEXT_H__ +#include "gpgconstants.h" #include <locale.h> #include <errno.h> #include <gpgme.h> |