diff options
Diffstat (limited to 'inputmethod/scim-bridge/patches/patch-ab')
-rw-r--r-- | inputmethod/scim-bridge/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/inputmethod/scim-bridge/patches/patch-ab b/inputmethod/scim-bridge/patches/patch-ab new file mode 100644 index 00000000000..2d8eaab38e3 --- /dev/null +++ b/inputmethod/scim-bridge/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1.1.1 2009/11/24 11:49:44 obache Exp $ + +--- client-common/scim-bridge-client-output.c.orig 2008-11-02 06:44:34.000000000 +0000 ++++ client-common/scim-bridge-client-output.c +@@ -20,6 +20,7 @@ + #include <stdarg.h> + #include <stdio.h> + #include <string.h> ++#include <stdlib.h> + + #include "scim-bridge-debug.h" + #include "scim-bridge-output.h" |