refactor headers, especially alltypes.h, and improve C++ ABI compat
[musl] / include / sys / statfs.h
index a5a4db9..6f4c623 100644 (file)
@@ -5,9 +5,11 @@
 extern "C" {
 #endif
 
+#include <features.h>
+
 #include <sys/statvfs.h>
 
-typedef struct {
+typedef struct __fsid_t {
        int __val[2];
 } fsid_t;