소스 검색

needs features.h

Peter S. Mazinger 18 년 전
부모
커밋
7a460199ad
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      libc/sysdeps/linux/x86_64/clone.S

+ 1 - 0
libc/sysdeps/linux/x86_64/clone.S

@@ -19,6 +19,7 @@
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
 
+#include <features.h>
 #define _ERRNO_H 1
 #include <bits/errno.h>
 #include <sys/syscall.h>