From 23108d8b572fe4454566cd1663314d39416a92b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sun, 20 Jan 2008 14:44:02 +0000 Subject: [PATCH] * 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 --- headers/os/storage/File.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/os/storage/File.h b/headers/os/storage/File.h index 80850b1954..77d9d374ea 100644 --- a/headers/os/storage/File.h +++ b/headers/os/storage/File.h @@ -8,6 +8,7 @@ #include #include +#include class BEntry;