ports/inputmethods/scim-fcitx/patches/patch-src_ime_cpp

14 lines
261 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
ports-gcc: add missing header
Index: src/ime.cpp
--- src/ime.cpp.orig
+++ src/ime.cpp
@@ -3,6 +3,7 @@
#define Uses_SCIM_CONFIG_BASE
#define Uses_SCIM_CONFIG_PATH
#include <ctype.h>
+#include <string.h>
#include <scim.h>
#include "scim_fcitx_imengine.h"