seahorse r2197 - in seahorse-plugins/trunk: . agent libseahorse
- From: sadam svn gnome org
- To: svn-commits-list gnome org
- Subject: seahorse r2197 - in seahorse-plugins/trunk: . agent libseahorse
- Date: Thu, 1 May 2008 23:17:16 +0100 (BST)
Author: sadam
Date: Thu May 1 22:17:14 2008
New Revision: 2197
URL: http://svn.gnome.org/viewvc/seahorse?rev=2197&view=rev
Log:
2008-05-01 Adam Schreiber <sadam clemson edu>
* agent/seahorse-agent-io.c: Add includes.
* libseahorse/seahorse-gpg-options.c:remove paths.h.
Patches from Brian Cameron. Fixes bug #530952
Modified:
seahorse-plugins/trunk/ChangeLog
seahorse-plugins/trunk/agent/seahorse-agent-io.c
seahorse-plugins/trunk/libseahorse/seahorse-gpg-options.c
Modified: seahorse-plugins/trunk/agent/seahorse-agent-io.c
==============================================================================
--- seahorse-plugins/trunk/agent/seahorse-agent-io.c (original)
+++ seahorse-plugins/trunk/agent/seahorse-agent-io.c Thu May 1 22:17:14 2008
@@ -26,7 +26,6 @@
#include <sys/stat.h>
#include <sys/un.h>
-#include <paths.h>
#include <stddef.h>
#include <stdlib.h>
#include <unistd.h>
Modified: seahorse-plugins/trunk/libseahorse/seahorse-gpg-options.c
==============================================================================
--- seahorse-plugins/trunk/libseahorse/seahorse-gpg-options.c (original)
+++ seahorse-plugins/trunk/libseahorse/seahorse-gpg-options.c Thu May 1 22:17:14 2008
@@ -22,9 +22,12 @@
#include <sys/param.h>
#include <sys/wait.h>
#include <sys/file.h>
+#include <sys/types.h>
+#include <sys/stat.h>
#include <gpgme.h>
#include <string.h>
#include <errno.h>
+#include <fcntl.h>
#include "seahorse-gpgmex.h"
#include "seahorse-util.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]