summaryrefslogtreecommitdiff
path: root/chinese/scim-fcitx/files/patch-src_scim__fcitx__imengine.cpp
blob: f13589525a21ba02f535612bf3f887cf6dbf02ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/scim_fcitx_imengine.cpp.orig	2019-04-09 08:12:58 UTC
+++ src/scim_fcitx_imengine.cpp
@@ -35,6 +35,10 @@
 #define Uses_SCIM_CONFIG_BASE
 #define Uses_SCIM_CONFIG_PATH
 
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#endif
+#include <cstring>
 #include <scim.h>
 #include "scim_fcitx_imengine.h"
 #include "main.h"