blob: 503d9d110c1966633cd9859789df46231148b766 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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) {
|