ports/inputmethods/scim-tables/patches/patch-src_scim_generic_table_h

13 lines
278 B
Text

Add missing header for ports-gcc
Index: src/scim_generic_table.h
--- src/scim_generic_table.h.orig
+++ src/scim_generic_table.h
@@ -34,6 +34,7 @@
#include <string>
#include <algorithm>
#include <stdio.h>
+#include <string.h>
#define SCIM_GT_MAX_KEY_LENGTH 63