freebsd-ports/chinese/fcitx/files/patch-src_frontend_qt_fcitxwatcher.cpp
Wen Heping e1a928dc38 - Update to 4.2.9.6
PR:		231612
Submitted by:	ryo@tetera.org
Approved by:	maintainer
2018-11-07 11:48:30 +00:00

10 lines
294 B
C++

--- src/frontend/qt/fcitxwatcher.cpp.orig 2018-09-09 06:32:17 UTC
+++ src/frontend/qt/fcitxwatcher.cpp
@@ -24,6 +24,7 @@
#include <QDir>
#include <QFileSystemWatcher>
#include <signal.h>
+#include <errno.h>
// utils function in fcitx-utils and fcitx-config
bool _pid_exists(pid_t pid) {