Added Errors.h, since SupportDefs.h can't be included for now.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1115 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2002-09-22 15:58:49 +00:00
parent 483f789643
commit 3f6f3d2921
+7 -2
View File
@@ -31,12 +31,17 @@
* @brief Headers that are available for applications
*/
#include <ktypes.h>
// 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 <SupportDefs.h>
// ToDo: is automatically included by SupportDefs.h, so that one can be removed later
#include <Errors.h>
#ifdef __cplusplus
extern "C" {
#endif
#include <ktypes.h>
/**
* @defgroup Sys_Consts Constants
* @ingroup OpenBeOS_Headers