Explorar el Código

Add include to silence compiler warning when compiling clone.c for AVR32

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Hans-Christian Egtvedt hace 15 años
padre
commit
241a9a4cee
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      libc/sysdeps/linux/avr32/clone.c

+ 1 - 0
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>