commit | 0badbd6565fea17be39d82eba858fa76d28920a4 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Dec 29 12:24:25 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Dec 29 12:24:25 2014 -0800 |
tree | 8ca328b75740a85cafe6afafde97162569d56dad | |
parent | 2978ad4c6d660f02ff0a1742749b6818b2616b69 [diff] [blame] |
Fix missing #includes in system/core. Change-Id: I4736e8c4f7bb8bb03640d26d58243efaa67dc75c
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;