* 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:
Ingo Weinhold
2007-08-24 21:05:20 +00:00
parent 6eb0129659
commit 61ca8e04bb
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -604,6 +604,11 @@ if ! $(HOST_PLATFORM_BEOS_COMPATIBLE) {
# platform, e.g. containing missing POSIX/GNU headers.
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 -
+1
View File
@@ -0,0 +1 @@
#include <inttypes.h>