Quellcode durchsuchen

Include rtconfig.h file in rtdebug.h file.

bernard vor 11 Jahren
Ursprung
Commit
27be3d9af4
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      include/rtdebug.h

+ 2 - 0
include/rtdebug.h

@@ -21,6 +21,8 @@
 #ifndef __RTDEBUG_H__
 #ifndef __RTDEBUG_H__
 #define __RTDEBUG_H__
 #define __RTDEBUG_H__
 
 
+#include <rtconfig.h>
+
 /* Using this macro to control all kernel debug features. */
 /* Using this macro to control all kernel debug features. */
 #ifdef RT_DEBUG
 #ifdef RT_DEBUG