#include #include extern "C" { struct mntent* getmntent(FILE*) { assert(false); return nullptr; } }