summaryrefslogtreecommitdiffstats
path: root/toolbox/schedtop.c
diff options
context:
space:
mode:
Diffstat (limited to 'toolbox/schedtop.c')
-rw-r--r--toolbox/schedtop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolbox/schedtop.c b/toolbox/schedtop.c
index c0e0141..6859b50 100644
--- a/toolbox/schedtop.c
+++ b/toolbox/schedtop.c
@@ -2,7 +2,9 @@
#include <stdlib.h>
#include <ctype.h>
#include <fcntl.h>
+#include <unistd.h>
+#include <stdint.h>
#include <string.h>
#include <sys/stat.h>
@@ -332,4 +334,3 @@ int schedtop_main(int argc, char **argv)
closedir(d);
return 0;
}
-