* include StorageDefs.h for convenience, otherwise stuff like B_READ_ONLY

is not defined if you just include File.h


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23661 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-01-20 14:44:02 +00:00
parent 478ebbd14a
commit 23108d8b57
+1
View File
@@ -8,6 +8,7 @@
#include <DataIO.h>
#include <Node.h>
#include <StorageDefs.h>
class BEntry;