summaryrefslogtreecommitdiff
path: root/chinese/scim-fcitx/files/patch-src_pyParser.h
blob: 96ac5822c784bd4361e3ae99d03cf0c6757799ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/pyParser.h.orig	2019-04-09 08:24:03 UTC
+++ src/pyParser.h
@@ -11,6 +11,10 @@
 
 #include "py.h"
 
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#endif
+
 #define PY_SEPERATOR '\''
 #define PY_SEPERATOR_S "'"