ed5bf05942
- Fix undefined reference to S_ISSOCK (#557970)
15 lines
395 B
Diff
15 lines
395 B
Diff
*** a/daemon/control/gkd-control-client.c 2009-12-20 01:24:11.000000000 +0530
|
|
--- b/daemon/control/gkd-control-client.c 2010-01-23 03:08:37.000000000 +0530
|
|
***************
|
|
*** 34,39 ****
|
|
--- 34,40 ----
|
|
#include <sys/socket.h>
|
|
#include <sys/types.h>
|
|
#include <sys/un.h>
|
|
+ #include <sys/stat.h>
|
|
|
|
static int
|
|
control_connect (const gchar *path)
|
|
|
|
Diff finished. Sat Jan 23 03:08:42 2010
|