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

15 lines
313 B
Text
Raw Normal View History

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