提交 1fb4d848 编写于 作者: qiuyiuestc's avatar qiuyiuestc

fix compile error using gcc compiler

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@741 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 4314d9f0
......@@ -38,9 +38,12 @@
#include <lwip/sockets.h>
#include <string.h>
#ifndef RT_USING_MINILIBC
typedef unsigned int u_int;
typedef unsigned char u_char;
typedef unsigned long u_long;
#endif
typedef rt_int8_t int8_t;
typedef rt_uint8_t uint8_t;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册