diff --git a/headers/os/kernel/OS.h b/headers/os/kernel/OS.h index e742a95e3e..642609f30e 100644 --- a/headers/os/kernel/OS.h +++ b/headers/os/kernel/OS.h @@ -31,12 +31,17 @@ * @brief Headers that are available for applications */ +#include +// ToDo: has to be included here, but does currently causes compiler errors +// (redefinitions in ktypes.h (bigtime_t), and arch/x86/types.h (int8, ...)) +//#include +// ToDo: is automatically included by SupportDefs.h, so that one can be removed later +#include + #ifdef __cplusplus extern "C" { #endif -#include - /** * @defgroup Sys_Consts Constants * @ingroup OpenBeOS_Headers