OSDN Git Service

Add include to silence compiler warning when compiling clone.c for AVR32
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Mon, 3 Nov 2008 15:46:30 +0000 (15:46 -0000)
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Mon, 3 Nov 2008 15:46:30 +0000 (15:46 -0000)
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
libc/sysdeps/linux/avr32/clone.c

index e43b0f3..706617a 100644 (file)
@@ -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>