gnome-keyring r1241 - in trunk: . common
- From: nnielsen svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-keyring r1241 - in trunk: . common
- Date: Thu, 14 Aug 2008 00:27:07 +0000 (UTC)
Author: nnielsen
Date: Thu Aug 14 00:27:07 2008
New Revision: 1241
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1241&view=rev
Log:
* common/gkr-daemon-util.h: Fix build issue on Mac OS X.
Patch by John Ralls
Modified:
trunk/ChangeLog
trunk/common/gkr-daemon-util.h
Modified: trunk/common/gkr-daemon-util.h
==============================================================================
--- trunk/common/gkr-daemon-util.h (original)
+++ trunk/common/gkr-daemon-util.h Thu Aug 14 00:27:07 2008
@@ -29,6 +29,8 @@
#include <glib.h>
#include <glib-object.h>
+#include <sys/types.h>
+
const gchar* gkr_daemon_util_get_master_directory (void);
void gkr_daemon_util_push_environment (const gchar *name, const gchar *value);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]