#ifdef on fs_volume so it still compiles in R5 if you define that

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10856 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2005-01-18 23:02:21 +00:00
parent 49f3d52204
commit 1b7055aacd

View File

@ -15,7 +15,9 @@
#include <scsi.h>
#include <fsproto.h>
#ifndef COMPILE_IN_BEOS
#include <fs_volume.h>
#endif
#include <lock.h>
#include <cache.h>