--- a/src/vfs/vfs-volume-nohal.c +++ b/src/vfs/vfs-volume-nohal.c @@ -36,6 +36,7 @@ #include // kill #include // MAJOR MINOR +#include // needed for dev_t #ifdef HAVE_STATVFS #include --- a/src/main.c +++ b/src/main.c @@ -30,6 +30,8 @@ #include +#include /* for major/minor, dev_t */ + #include "main-window.h" #include "vfs-file-info.h"