diff options
-rw-r--r-- | extras/volume_id/volume_id/volume_id.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/volume_id/volume_id/volume_id.c b/extras/volume_id/volume_id/volume_id.c index 06496e7130..b92269863f 100644 --- a/extras/volume_id/volume_id/volume_id.c +++ b/extras/volume_id/volume_id/volume_id.c @@ -59,6 +59,7 @@ #include "mac.h" #include "msdos.h" #include "ocfs.h" +#include "vxfs.h" int volume_id_probe_all(struct volume_id *id, uint64_t off, uint64_t size) { |