diff options
Diffstat (limited to 'xinit.c')
-rw-r--r-- | xinit.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 <sys/time.h> +#include <sys/resource.h> +#endif /* __DragonFly__ */ + #include <stdlib.h> #ifndef SHELL |