[seahorse-plugins] Bug 590723 – Build failure because of missing include



commit 2aca69a898005e2ee2bd03efdcd063c202543a0e
Author: Vincent Untz <vuntz gnome org>
Date:   Tue Aug 4 10:26:51 2009 -0400

    Bug 590723 â?? Build failure because of missing include

 agent/seahorse-agent-prompt.c      |    2 ++
 libseahorse/seahorse-gpg-options.c |    2 ++
 libseahorse/seahorse-gpgmex-op.c   |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/agent/seahorse-agent-prompt.c b/agent/seahorse-agent-prompt.c
index a96a0d6..e897464 100644
--- a/agent/seahorse-agent-prompt.c
+++ b/agent/seahorse-agent-prompt.c
@@ -25,6 +25,8 @@
  * Public License.
  */
 
+#include "config.h"
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/libseahorse/seahorse-gpg-options.c b/libseahorse/seahorse-gpg-options.c
index c057ccd..32bcca7 100644
--- a/libseahorse/seahorse-gpg-options.c
+++ b/libseahorse/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>
diff --git a/libseahorse/seahorse-gpgmex-op.c b/libseahorse/seahorse-gpgmex-op.c
index fe9bf28..9e6bbce 100644
--- a/libseahorse/seahorse-gpgmex-op.c
+++ b/libseahorse/seahorse-gpgmex-op.c
@@ -19,6 +19,8 @@
  * Boston, MA 02111-1307, USA.
  */
  
+#include "config.h"
+
 #include <glib.h>
 #include <gpgme.h>
 #include <string.h>



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