summaryrefslogtreecommitdiffhomepage
path: root/compat/process-list.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'compat/process-list.hpp')
-rw-r--r--compat/process-list.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/process-list.hpp b/compat/process-list.hpp
index d1f9999f..782dc0a4 100644
--- a/compat/process-list.hpp
+++ b/compat/process-list.hpp
@@ -129,7 +129,7 @@ static QStringList get_all_executable_names()
}
}
-#elif defined __linux
+#elif defined __linux__
#include <proc/readproc.h>
#include <cerrno>