diff --git a/hyptop/helper.c b/hyptop/helper.c index d8faa966..1b8c9d16 100644 --- a/hyptop/helper.c +++ b/hyptop/helper.c @@ -24,6 +24,10 @@ #include #include +#ifndef _PATH_MOUNTED +#define _PATH_MOUNTED "/etc/mtab" +#endif + #include "lib/util_fmt.h" #include "lib/util_libc.h"