commit | db4990373232182a897e10663344c429f5d1b2d5 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Dec 09 20:15:48 2014 -0800 |
committer | Yabin Cui <yabinc@google.com> | Wed Dec 10 06:36:11 2014 +0000 |
tree | 8d48e9207b23913728811131ce31beb70a78b011 | |
parent | 3f1c604c9df459f5baecfdc04cbe8ecda07b70eb [diff] [blame] |
Use machine/timespec.h to separate timespec definition. Bug: 18627763 Change-Id: Ib1c406320f0ecc3705d19183a48f986cdf57c279
diff --git a/libc/include/sched.h b/libc/include/sched.h index 4f9e2a6..930dd7c 100644 --- a/libc/include/sched.h +++ b/libc/include/sched.h
@@ -28,10 +28,9 @@ #ifndef _SCHED_H_ #define _SCHED_H_ -#include <sys/cdefs.h> -#include <sys/time.h> - #include <linux/sched.h> +#include <machine/timespec.h> +#include <sys/cdefs.h> __BEGIN_DECLS