[seahorse] Include config.h to avoid build breakage when gpgme is compiled with LFS



commit 40820ee20fd64a3e4a84aa2aeca601617eb1497d
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Sep 9 13:55:55 2009 +0200

    Include config.h to avoid build breakage when gpgme is compiled with LFS
    
    http://bugzilla.gnome.org/show_bug.cgi?id=594627
    
    Signed-off-by: Stef Walter <stef memberwebs com>

 pgp/seahorse-gpg-op.c      |    2 ++
 pgp/seahorse-gpg-options.c |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/pgp/seahorse-gpg-op.c b/pgp/seahorse-gpg-op.c
index ca05ebc..ee3daee 100644
--- a/pgp/seahorse-gpg-op.c
+++ b/pgp/seahorse-gpg-op.c
@@ -18,6 +18,8 @@
  * 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
+
+#include "config.h"
  
 #include <glib.h>
 #include <gpgme.h>
diff --git a/pgp/seahorse-gpg-options.c b/pgp/seahorse-gpg-options.c
index f8cbdd8..2731e9e 100644
--- a/pgp/seahorse-gpg-options.c
+++ b/pgp/seahorse-gpg-options.c
@@ -19,6 +19,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include <sys/param.h>
 #include <sys/wait.h>
 #include <sys/file.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]