include StorageDefs.h for B_WRITE_ONLY and related friends

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4204 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2003-08-02 08:38:48 +00:00
parent 80a9c4f4c3
commit 4b45d1a25c
3 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@
*/
#include <File.h>
#include <StorageDefs.h>
#include <stdlib.h>
#include <stdio.h>

View File

@ -39,6 +39,7 @@
#include <string.h>
#include <ByteOrder.h>
#include <File.h>
#include <StorageDefs.h>
#include <TranslatorFormats.h>
struct ColorSpaceName {

View File

@ -35,6 +35,7 @@
/*****************************************************************************/
#include <ByteOrder.h>
#include <File.h>
#include <StorageDefs.h>
#include <iostream.h>
#include <stdio.h>
#include <stdlib.h>