소스 검색

need types.h for size_t as pointed out in buildlog

Mike Frysinger 20 년 전
부모
커밋
a064dbc0c3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      libpthread/linuxthreads.old/sysdeps/ia64/pt-machine.h

+ 1 - 0
libpthread/linuxthreads.old/sysdeps/ia64/pt-machine.h

@@ -23,6 +23,7 @@
 
 #include <ia64intrin.h>
 
+#include <sys/types.h>
 extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base,
                      size_t __child_stack_size, int __flags, void *__arg, ...);