diff --git a/components/dfs/filesystems/nfs/rpc/types.h b/components/dfs/filesystems/nfs/rpc/types.h index fea5274fdbb877ef217906b48db9d488d1011031..29f16cccb35a1d224158ab4c61af6abc5f225e74 100644 --- a/components/dfs/filesystems/nfs/rpc/types.h +++ b/components/dfs/filesystems/nfs/rpc/types.h @@ -38,9 +38,12 @@ #include #include + +#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;