소스 검색

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 16 년 전
부모
커밋
241a9a4cee
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>