* Added a common directory for missing system on BeOS systems.
* Added the old fella <stdint.h>. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22050 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -604,6 +604,11 @@ if ! $(HOST_PLATFORM_BEOS_COMPATIBLE) {
|
|||||||
# platform, e.g. containing missing POSIX/GNU headers.
|
# platform, e.g. containing missing POSIX/GNU headers.
|
||||||
HOST_HDRS += [ FDirName $(HAIKU_TOP) headers build host $(HOST_PLATFORM) ] ;
|
HOST_HDRS += [ FDirName $(HAIKU_TOP) headers build host $(HOST_PLATFORM) ] ;
|
||||||
|
|
||||||
|
# For all versions of BeOS also add the common beos directory.
|
||||||
|
if $(HOST_PLATFORM) in r5 bone dano {
|
||||||
|
HOST_HDRS += [ FDirName $(HAIKU_TOP) headers build host beos_common ] ;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#pragma mark -
|
#pragma mark -
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
#include <inttypes.h>
|
||||||
Reference in New Issue
Block a user