Add specific check routine for compiling under OS X
[bertos.git] / bertos / drv / wdt.h
index 1db1053841b438c81e3490e74d43bc16caf8983b..791856ee5fc4d7604b08c38f2ec32afae387ce43 100644 (file)
@@ -40,9 +40,9 @@
 #ifndef DRV_WDT_H
 #define DRV_WDT_H
 
-#include <appconfig.h>
+#include "cfg/cfg_wdt.h"
 #include <cfg/compiler.h> // INLINE
-#include <cfg/arch_config.h>
+#include "cfg/cfg_arch.h"
 
 /* Configury sanity check */
 #if !defined(CONFIG_WATCHDOG) || (CONFIG_WATCHDOG != 0 && CONFIG_WATCHDOG != 1)