提交 3e310522 编写于 作者: B Bernard Xiong

[DFS] Fix the compiling issue in NFS.

上级 2ad2acf5
...@@ -38,18 +38,12 @@ ...@@ -38,18 +38,12 @@
#include <lwip/sockets.h> #include <lwip/sockets.h>
#include <string.h> #include <string.h>
#include <stdint.h>
#ifndef RT_USING_MINILIBC #ifndef RT_USING_MINILIBC
typedef unsigned int u_int; typedef unsigned int u_int;
typedef unsigned char u_char; typedef unsigned char u_char;
typedef unsigned long u_long; typedef unsigned long u_long;
typedef rt_int8_t int8_t;
typedef rt_uint8_t uint8_t;
typedef rt_int16_t int16_t;
typedef rt_uint16_t uint16_t;
typedef rt_int32_t int32_t;
typedef rt_uint32_t uint32_t;
#else #else
#include <sys/types.h> #include <sys/types.h>
#include <stdint.h> #include <stdint.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册