X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/101030ab14d60497fcba5b1c2866d52fc5ac4780..be9dbd0642538761073bfa461646822d4e800985:/buildlib/statvfs.h.in diff --git a/buildlib/statvfs.h.in b/buildlib/statvfs.h.in index 86b8c52cd..d0ec238ad 100644 --- a/buildlib/statvfs.h.in +++ b/buildlib/statvfs.h.in @@ -1,4 +1,13 @@ /* Compatibility for systems with out Single Unix Spec statvfs */ +#include + +#ifdef HAVE_VFS_H #include +#endif + +#ifdef HAVE_MOUNT_H +#include +#include +#endif #define statvfs statfs