openbsd-ports/inputmethods/scim-tables/patches/patch-src_scim_generic_table_h
2022-03-11 19:24:07 +00:00

14 lines
278 B
Plaintext

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