Преглед на файлове

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, ...);