14 lines
313 B
Text
14 lines
313 B
Text
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"
|