Skip to content

Commit c8b05da

Browse files
committed
Add missing include <features.h> for previous patch
1 parent 830068b commit c8b05da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/sys/statvfs.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#ifndef _SYS_STATVFS_H
22
#define _SYS_STATVFS_H
33

4+
#ifndef _FEATURES_H
5+
# include <features.h>
6+
#endif
7+
48
__BEGIN_DECLS
59

610
#include <bits/statvfs.h>

0 commit comments

Comments
 (0)