added #include <StorageDefs.h> to fix missing B_READ_ONLY

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5785 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2003-12-28 13:09:29 +00:00
parent 8bd1429511
commit 5d71fdcbf3
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@
#include <ByteOrder.h>
#include <File.h>
#include <TranslatorFormats.h>
#include <StorageDefs.h>
struct ColorSpaceName {
color_space id;

View File

@ -38,6 +38,7 @@
#include <ByteOrder.h>
#include <File.h>
#include <TranslatorFormats.h>
#include <StorageDefs.h>
#define max(x,y) ((x > y) ? x : y)
#define DATA_BUFFER_SIZE 64