[Commits] [SCM] claws branch, master, updated. 3.9.3-45-gc2626fe

claws at claws-mail.org claws at claws-mail.org
Mon Mar 17 17:59:00 CET 2014


The branch master of project "claws" (Claws Mail) has been updated
       via  c2626fe4d6245396db23226f6055c492518e391f (commit)
      from  764fcdc60bd2c0c717bf699f13d45eb23de99031 (commit)


- Log -----------------------------------------------------------------
commit c2626fe4d6245396db23226f6055c492518e391f
Author: Paul <paul at claws-mail.org>
Date:   Mon Mar 17 16:58:51 2014 +0000

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

diff --git a/src/plugins/pgpcore/autocompletion.c b/src/plugins/pgpcore/autocompletion.c
index c64c63a..f34185b 100644
--- 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 at eworm.de>
+ * Copyright (C) 2014 Christian Hesse <mail at 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>

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/pgpcore/autocompletion.c |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list