[gnome-keyring] [daemon] Include sys/stat.h
- From: Stefan Walter <stefw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-keyring] [daemon] Include sys/stat.h
- Date: Sun, 7 Feb 2010 18:16:48 +0000 (UTC)
commit 7ba04c90ebd9fd7a1ccbf4b3d189621f458652dd
Author: Siddhesh Poyarekar <siddhesh poyarekar gmail com>
Date: Sun Feb 7 18:16:21 2010 +0000
[daemon] Include sys/stat.h
Fixes warnings: bug #607819
daemon/control/gkd-control-client.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/daemon/control/gkd-control-client.c b/daemon/control/gkd-control-client.c
index f7ad97e..eaf9d6d 100644
--- a/daemon/control/gkd-control-client.c
+++ b/daemon/control/gkd-control-client.c
@@ -34,6 +34,7 @@
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/un.h>
+#include <sys/stat.h>
static int
control_connect (const gchar *path)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]