about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorDmitry Podgorny <pasis.ua@gmail.com>2015-06-24 14:21:28 +0000
committerDmitry Podgorny <pasis.ua@gmail.com>2015-06-24 14:21:28 +0000
commit6325e4f64d8841bd6ad16c39c150a70a6e96dc91 (patch)
tree20a7fcf26e18a1ce67b887771b31f608c9dafc57 /src
parent17919298f78531dbec1eb1b22db1dfc8ad76d854 (diff)
downloadprofani-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.c2
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>