From 405977d3ca5928b9825cbb7e309ca3bb881bafa1 Mon Sep 17 00:00:00 2001 From: "dzzxzz@gmail.com" Date: Tue, 11 Dec 2012 02:05:22 +0000 Subject: [PATCH] fixed a compiling error while defining RTT_USING_PPP and using minilibc git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2474 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/libc/minilibc/sys/types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/libc/minilibc/sys/types.h b/components/libc/minilibc/sys/types.h index 27967cd6a..6d92d8082 100644 --- a/components/libc/minilibc/sys/types.h +++ b/components/libc/minilibc/sys/types.h @@ -22,4 +22,6 @@ typedef int pid_t; #define NULL RT_NULL #endif +#define __u_char_defined + #endif