diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/scim-bridge/files/patch-agent_scim-bridge-agent-signal-listener.cpp | 10 | ||||
-rw-r--r-- | textproc/scim-bridge/files/patch-agent_utils_scim-bridge-agent-panel-client.cpp | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/textproc/scim-bridge/files/patch-agent_scim-bridge-agent-signal-listener.cpp b/textproc/scim-bridge/files/patch-agent_scim-bridge-agent-signal-listener.cpp new file mode 100644 index 000000000000..7e4d333f6f9b --- /dev/null +++ b/textproc/scim-bridge/files/patch-agent_scim-bridge-agent-signal-listener.cpp @@ -0,0 +1,10 @@ +--- agent/scim-bridge-agent-signal-listener.cpp.orig 2008-11-02 06:44:50.000000000 +0000 ++++ agent/scim-bridge-agent-signal-listener.cpp +@@ -22,6 +22,7 @@ + #include <signal.h> + #include <stdio.h> + #include <string.h> ++#include <unistd.h> + + #include <sys/socket.h> + #include <sys/types.h> diff --git a/textproc/scim-bridge/files/patch-agent_utils_scim-bridge-agent-panel-client.cpp b/textproc/scim-bridge/files/patch-agent_utils_scim-bridge-agent-panel-client.cpp new file mode 100644 index 000000000000..d50d33b82861 --- /dev/null +++ b/textproc/scim-bridge/files/patch-agent_utils_scim-bridge-agent-panel-client.cpp @@ -0,0 +1,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> |