summaryrefslogtreecommitdiff
blob: 838171bb67f9cce8696295a59eedb52a4eed7fe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/xinit.c b/xinit.c
index 42ff008..2ab817f 100644
--- a/xinit.c
+++ b/xinit.c
@@ -49,10 +49,8 @@ in this Software without prior written authorization from The Open Group.
 #endif
 
 /* For PRIO_PROCESS and setpriority() */
-#ifdef __DragonFly__
 #include <sys/time.h>
 #include <sys/resource.h>
-#endif /* __DragonFly__ */
 
 #include <stdlib.h>