diff --git a/include/rtdebug.h b/include/rtdebug.h index 2d93e88b94958c7f2c0b38e78f796104f3a5dade..8fd07b5b7689d78e67ef56789d5313ef3fee373f 100644 --- a/include/rtdebug.h +++ b/include/rtdebug.h @@ -21,6 +21,8 @@ #ifndef __RTDEBUG_H__ #define __RTDEBUG_H__ +#include + /* Using this macro to control all kernel debug features. */ #ifdef RT_DEBUG diff --git a/include/rtdef.h b/include/rtdef.h index 7cd35c7f8cdda4d7b5f20388968fc0d8219c0c1f..3c91ae7d8de2d32f75b16bc898c25a98cfea8882 100644 --- a/include/rtdef.h +++ b/include/rtdef.h @@ -34,6 +34,8 @@ #ifndef __RT_DEF_H__ #define __RT_DEF_H__ +#include + #ifdef __cplusplus extern "C" { #endif