diff --git a/src/nice.c b/src/nice.c index 842ac484b..487fb5510 100644 --- a/src/nice.c +++ b/src/nice.c @@ -24,12 +24,15 @@ #include #include + +#include "system.h" + #ifndef NICE_PRIORITY -# include +/* Include this after "system.h" so we're sure to have definitions + (from time.h or sys/time.h) required for e.g. the ru_utime member. */ # include #endif -#include "system.h" #include "error.h" #include "long-options.h" #include "posixver.h"