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:
parent
8bd1429511
commit
5d71fdcbf3
@ -40,6 +40,7 @@
|
||||
#include <ByteOrder.h>
|
||||
#include <File.h>
|
||||
#include <TranslatorFormats.h>
|
||||
#include <StorageDefs.h>
|
||||
|
||||
struct ColorSpaceName {
|
||||
color_space id;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user