diff options
author | Sven Gothel <[email protected]> | 2010-11-06 06:29:09 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-06 06:29:09 +0100 |
commit | 3e7eed35ba0e63f93fbe45d7bb14abb0c1ff956f (patch) | |
tree | 295627ff9783e9cde49a708f934f8a1fc2b17d07 /make/stub_includes/khr/KD/kd.h | |
parent | d1a03d19398960d6e34232f29a30f1d569fba2a7 (diff) |
Fix khronos typedefs
- KD: use sys include
- KD: use KHR/khrplatform.h
- KHR/khrplatform.h: Use stddef.h ptrdiff_t and size_t if possible (fix)
Diffstat (limited to 'make/stub_includes/khr/KD/kd.h')
-rw-r--r-- | make/stub_includes/khr/KD/kd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/stub_includes/khr/KD/kd.h b/make/stub_includes/khr/KD/kd.h index e2353eeb6..a87589aba 100644 --- a/make/stub_includes/khr/KD/kd.h +++ b/make/stub_includes/khr/KD/kd.h @@ -6,7 +6,7 @@ extern "C" { #endif -#include "kdplatform.h" +#include <KD/kdplatform.h> |