blob: 6cdb0ca6a2135a4c13f7f85a94106f840d941a2c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- daemon/control/gkd-control-client.c.orig 2009-12-21 18:43:16.000000000 -0500
+++ daemon/control/gkd-control-client.c 2009-12-21 18:44:17.000000000 -0500
@@ -31,6 +31,8 @@
#include <errno.h>
#include <fcntl.h>
+#include <string.h>
+#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/un.h>
|