diff options
Diffstat (limited to 'toolbox/uptime.c')
-rw-r--r-- | toolbox/uptime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolbox/uptime.c b/toolbox/uptime.c index 3fb4606..2dd8084 100644 --- a/toolbox/uptime.c +++ b/toolbox/uptime.c @@ -36,7 +36,7 @@ #include <fcntl.h> #include <stdio.h> #include <time.h> - +#include <unistd.h> static void format_time(int time, char* buffer) { int seconds, minutes, hours, days; |