瀏覽代碼

need types.h for size_t as pointed out in buildlog

Mike Frysinger 18 年之前
父節點
當前提交
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, ...);