Commit 82e671d9ecdf1422780e56182e9c228071493a22

Authored by pbrook
1 parent f1aa6320

Despite what the documentation says/implies, PTHREAD_STACK_MIN is often not

defined by pthread.h.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4709 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 0 deletions
linux-user/syscall.c
@@ -27,6 +27,7 @@ @@ -27,6 +27,7 @@
27 #include <unistd.h> 27 #include <unistd.h>
28 #include <fcntl.h> 28 #include <fcntl.h>
29 #include <time.h> 29 #include <time.h>
  30 +#include <limits.h>
30 #include <sys/types.h> 31 #include <sys/types.h>
31 #include <sys/ipc.h> 32 #include <sys/ipc.h>
32 #include <sys/msg.h> 33 #include <sys/msg.h>