SVN commit 1307255 by lunakl: always include headers that are needed for struct rusage and sigprocmask() Patch by Lucas De Marchi . M +2 -2 workit.cpp --- trunk/icecream/daemon/workit.cpp #1307254:1307255 @@ -38,14 +38,14 @@ #include #include #include +#include +#include #if HAVE_SYS_USER_H && !defined(__DragonFly__) # include #endif #include #if defined(__FreeBSD__) || defined(__DragonFly__) || defined(__APPLE__) -#include -#include #ifndef RUSAGE_SELF #define RUSAGE_SELF (0) #endif