diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-11-03 15:46:30 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-11-03 15:46:30 +0000 |
commit | 241a9a4cee948509b9c97b1bee1192a9ee50c686 (patch) | |
tree | 3b419f69b9f42eb632b7d91b1c05b6761d0abfbc | |
parent | eb97664362d19ee941bc248c26e2b4df122c2100 (diff) |
Add include to silence compiler warning when compiling clone.c for AVR32
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
-rw-r--r-- | libc/sysdeps/linux/avr32/clone.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/avr32/clone.c b/libc/sysdeps/linux/avr32/clone.c index e43b0f3bf..706617a74 100644 --- a/libc/sysdeps/linux/avr32/clone.c +++ b/libc/sysdeps/linux/avr32/clone.c @@ -5,6 +5,7 @@ * Public License. See the file "COPYING.LIB" in the main directory of this * archive for more details. */ +#include <sched.h> #include <errno.h> #include <sys/syscall.h> #include <unistd.h> |