X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fsys%2Fstatfs.h;h=6f4c6230f7a0a0b81acadbe5cf0d8851a8fd7519;hb=ee9b5900fb098edd3e8d3df375cac8b2cfe8551f;hp=a5a4db9cf712f40e5d95ba8f52b2a233425ec1a4;hpb=3b94daba711090f1936f59fae6f7cbcba963b29e;p=musl diff --git a/include/sys/statfs.h b/include/sys/statfs.h index a5a4db9c..6f4c6230 100644 --- a/include/sys/statfs.h +++ b/include/sys/statfs.h @@ -5,9 +5,11 @@ extern "C" { #endif +#include + #include -typedef struct { +typedef struct __fsid_t { int __val[2]; } fsid_t;