From f28c708991241bf06d29ec3bfe8ce591945561d6 Mon Sep 17 00:00:00 2001 From: pbrook Date: Mon, 9 Jun 2008 12:10:22 +0000 Subject: [PATCH] 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 --- linux-user/syscall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index d020228..b6e9778 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include -- 2.7.4