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

14 lines
278 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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