From 3e310522e056c611c887e6ed845c846f67f754df Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Mon, 3 Aug 2015 16:17:27 +0800 Subject: [PATCH] [DFS] Fix the compiling issue in NFS. --- components/dfs/filesystems/nfs/rpc/types.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/components/dfs/filesystems/nfs/rpc/types.h b/components/dfs/filesystems/nfs/rpc/types.h index 36624ea279..310acf7f77 100644 --- a/components/dfs/filesystems/nfs/rpc/types.h +++ b/components/dfs/filesystems/nfs/rpc/types.h @@ -38,18 +38,12 @@ #include #include +#include #ifndef RT_USING_MINILIBC typedef unsigned int u_int; typedef unsigned char u_char; 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 #include #include -- GitLab