From: pbrook Date: Mon, 9 Jun 2008 12:10:22 +0000 (+0000) Subject: Despite what the documentation says/implies, PTHREAD_STACK_MIN is often not X-Git-Tag: release_0_10_0~1977 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82e671d9ecdf1422780e56182e9c228071493a22;p=thirdparty%2Fqemu.git 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 --- diff --git a/linux-user/syscall.c b/linux-user/syscall.c index d0202288761..b6e9778a8f1 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include