summaryrefslogtreecommitdiffstats
path: root/kicker/applets
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2015-05-31 18:47:48 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-05-31 18:47:48 +0200
commit638d5eaa2b9cd15a40bd1121fcbc4d01351e579a (patch)
tree53cd42cef9717afeed223173374523b70b756581 /kicker/applets
parentd275f0984521e28e9bc8fc98446d16ac79d29dc6 (diff)
downloadtdebase-638d5eaa2b9cd15a40bd1121fcbc4d01351e579a.tar.gz
tdebase-638d5eaa2b9cd15a40bd1121fcbc4d01351e579a.zip
Fix FTBFS on openbsd 5.7
This resolves Bug 2443 Signed-off-by: François Andriot <francois.andriot@free.fr>
Diffstat (limited to 'kicker/applets')
-rw-r--r--kicker/applets/naughty/NaughtyProcessMonitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/applets/naughty/NaughtyProcessMonitor.cpp b/kicker/applets/naughty/NaughtyProcessMonitor.cpp
index dbd3a0580..4409f9650 100644
--- a/kicker/applets/naughty/NaughtyProcessMonitor.cpp
+++ b/kicker/applets/naughty/NaughtyProcessMonitor.cpp
@@ -25,7 +25,7 @@
#include <sys/proc.h>
#include <sys/sysctl.h>
#include <sys/ucred.h>
-#include <sys/dkstat.h>
+#include <sys/sched.h>
#include <stdlib.h>
#endif