From 08f329d5f79c69d226d221b4136d419a93add600 Mon Sep 17 00:00:00 2001 From: "bernard.xiong@gmail.com" Date: Fri, 6 Jul 2012 11:19:52 +0000 Subject: [PATCH] POSIX thread can be compiled with minilibc. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2204 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/pthreads/posix_types.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/pthreads/posix_types.h b/components/pthreads/posix_types.h index 3d2ab1d335..9e7b6362d4 100644 --- a/components/pthreads/posix_types.h +++ b/components/pthreads/posix_types.h @@ -190,6 +190,10 @@ typedef rt_uint16_t mode_t; #endif #elif defined (__GNUC__) /* GNU GCC Compiler, with minilibc */ +#include +#include +#include +#include #endif #endif