diff options
Diffstat (limited to 'include/sys/statvfs.h')
| -rw-r--r-- | include/sys/statvfs.h | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/include/sys/statvfs.h b/include/sys/statvfs.h index be41c287..e0839eca 100644 --- a/include/sys/statvfs.h +++ b/include/sys/statvfs.h @@ -5,11 +5,7 @@  extern "C" {  #endif -#if __STDC_VERSION__ >= 199901L -#define __restrict restrict -#elif !defined(__GNUC__) -#define __restrict -#endif +#include <features.h>  #define __NEED_fsblkcnt_t  #define __NEED_fsfilcnt_t | 
