use bb_xbind/bb_xlisten
[oweals/busybox.git] / coreutils / nice.c
index b66f9d82d824f411d250483b90ecf67cb4f110e5..e8cee6cefc44f2d81f90b723c4393d5d0c4ea842 100644 (file)
@@ -26,7 +26,6 @@
 #include <limits.h>
 #include <errno.h>
 #include <unistd.h>
-#include <sys/time.h>
 #include <sys/resource.h>
 #include "busybox.h"
 
@@ -77,7 +76,7 @@ int nice_main(int argc, char **argv)
                        bb_perror_msg_and_die(Xetpriority_msg, 's');
                }
        }
-       
+
        execvp(*argv, argv);            /* Now exec the desired program. */
 
        /* The exec failed... */