summaryrefslogtreecommitdiffstats
path: root/kicker
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:48:54 +0200
commit6807c7f7cb75bcc6ce0587054e2398b2ae125129 (patch)
treeebea6f9edc7b4ec3df1b4d03c0b1cdae524a547d /kicker
parent8fde833b98c2872f3ee6be7a4aabeb0b622df3d6 (diff)
downloadtdebase-6807c7f7cb75bcc6ce0587054e2398b2ae125129.tar.gz
tdebase-6807c7f7cb75bcc6ce0587054e2398b2ae125129.zip
Fix FTBFS on openbsd 5.7
This resolves Bug 2443 Signed-off-by: François Andriot <francois.andriot@free.fr> (cherry picked from commit 638d5eaa2b9cd15a40bd1121fcbc4d01351e579a)
Diffstat (limited to 'kicker')
-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