Fix build for Haiku.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26061 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-06-21 12:49:56 +00:00
parent 773ead235b
commit 2e314c0993
2 changed files with 6 additions and 3 deletions

View File

@ -5,7 +5,9 @@ SetSubDirSupportedPlatformsBeOSCompatible ;
UsePrivateHeaders interface ;
#SubDirSysHdrs $(SUBDIR) ;
#SubDirHdrs [ FDirName $(SUBDIR) pen ] ;
if $(TARGET_PLATFORM) != dano {
SubDirSysHdrs [ FDirName $(SUBDIR) compat ] ;
}
if $(TARGET_PLATFORM) != haiku {
SubDirC++Flags -fmultiple-symbol-spaces ;

View File

@ -10,8 +10,9 @@
#ifndef _STRING_IO_H
#define _STRING_IO_H
#include <String.h>
#include <DataIO.h>
#include <Rect.h>
#include <String.h>
//#include <stdint.h>
// stripped down BStringIO
@ -46,4 +47,4 @@ private:
#endif /* _STRING_IO_H */
#endif
#endif