Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/chinese/fcitx/files/patch-src_frontend_qt_fcitxwatcher.cpp
16462 views
1
--- src/frontend/qt/fcitxwatcher.cpp.orig 2018-09-09 06:32:17 UTC
2
+++ src/frontend/qt/fcitxwatcher.cpp
3
@@ -24,6 +24,7 @@
4
#include <QDir>
5
#include <QFileSystemWatcher>
6
#include <signal.h>
7
+#include <errno.h>
8
9
// utils function in fcitx-utils and fcitx-config
10
bool _pid_exists(pid_t pid) {
11
12