From af029e2fb303056ca8a31a6ddd6acfb095c43cbc Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Sat, 16 Jan 2010 16:49:57 +0000 Subject: [PATCH] Fixed a gcc4 warning git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35103 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/posix/pthread/pthread.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system/libroot/posix/pthread/pthread.c b/src/system/libroot/posix/pthread/pthread.c index c1cfd79b08..fe9adcd4a8 100644 --- a/src/system/libroot/posix/pthread/pthread.c +++ b/src/system/libroot/posix/pthread/pthread.c @@ -9,6 +9,7 @@ #include #include +#include #include