talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit c2626fe4d6245396db23226f6055c492518e391f
parent 764fcdc60bd2c0c717bf699f13d45eb23de99031
Author: Paul <paul@claws-mail.org>
Date:   Mon, 17 Mar 2014 16:58:51 +0000

fix build error: "#error GPGME was compiled with _FILE_OFFSET_BITS = 64"

Diffstat:
Msrc/plugins/pgpcore/autocompletion.c | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/plugins/pgpcore/autocompletion.c b/src/plugins/pgpcore/autocompletion.c @@ -1,7 +1,7 @@ /* * PGP/Core keyring autocompletion * - * Copyright (C) 2014 Christian Hesse <mail@eworm.de> + * Copyright (C) 2014 Christian Hesse <mail@eworm.de> and the Claws Mail team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,6 +19,11 @@ */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#include "claws-features.h" +#endif + #include <errno.h> #include <inttypes.h> #include <stdlib.h>