diff options
author | Dmitry Podgorny <pasis.ua@gmail.com> | 2015-06-24 14:21:28 +0000 |
---|---|---|
committer | Dmitry Podgorny <pasis.ua@gmail.com> | 2015-06-24 14:21:28 +0000 |
commit | 6325e4f64d8841bd6ad16c39c150a70a6e96dc91 (patch) | |
tree | 20a7fcf26e18a1ce67b887771b31f608c9dafc57 /src | |
parent | 17919298f78531dbec1eb1b22db1dfc8ad76d854 (diff) | |
download | profani-tty-6325e4f64d8841bd6ad16c39c150a70a6e96dc91.tar.gz |
pgp: Added include config.h
gpgme.h checks _FILE_OFFSET_BITS macro and it's set at config.h
Diffstat (limited to 'src')
-rw-r--r-- | src/pgp/gpg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pgp/gpg.c b/src/pgp/gpg.c index 32259f61..535a1d95 100644 --- a/src/pgp/gpg.c +++ b/src/pgp/gpg.c @@ -32,6 +32,8 @@ * */ +#include "config.h" + #include <locale.h> #include <string.h> #include <stdlib.h> |