From 908273df8c0a7a13ff20e4ed4b7b470521f12ce2 Mon Sep 17 00:00:00 2001 From: David Shao Date: Fri, 21 May 2010 12:44:53 -0700 Subject: DragonFly BSD: includes for PRIO_PROCESS and setpriority() in xinit.c Signed-off-by: Alan Coopersmith --- xinit.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'xinit.c') diff --git a/xinit.c b/xinit.c index 313806e..0d31637 100644 --- a/xinit.c +++ b/xinit.c @@ -48,6 +48,12 @@ in this Software without prior written authorization from The Open Group. #endif #endif +/* For PRIO_PROCESS and setpriority() */ +#ifdef __DragonFly__ +#include +#include +#endif /* __DragonFly__ */ + #include #ifndef SHELL -- cgit v1.2.1