1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

pgp: Added include config.h

gpgme.h checks _FILE_OFFSET_BITS macro and it's set at config.h
This commit is contained in:
Dmitry Podgorny 2015-06-24 14:21:28 +00:00
parent 17919298f7
commit 6325e4f64d

View File

@ -32,6 +32,8 @@
*
*/
#include "config.h"
#include <locale.h>
#include <string.h>
#include <stdlib.h>