blob: d50d33b8286144bb380162a555a1a50e3a538c6d (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
 | --- agent/utils/scim-bridge-agent-panel-client.cpp.orig	2009-01-17 17:20:15.000000000 +0000
+++ agent/utils/scim-bridge-agent-panel-client.cpp
@@ -20,6 +20,7 @@
 
 #include <errno.h>
 #include <string.h>
+#include <unistd.h>
 
 #include <sys/stat.h>
 #include <sys/types.h>
 |