Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / kern / proc.c
index 0d17074119378b1da2526001168f72b6018cd160..4d8a6fb7ba2f8383ef10bd9b0beb4e08bf86eeee 100644 (file)
@@ -44,7 +44,7 @@
 #include "proc_p.h"
 #include "proc.h"
 
-#include <cfg/cfg_arch.h>  /* ARCH_EMUL */
+#include "cfg/cfg_arch.h"  /* ARCH_EMUL */
 #include <cfg/debug.h>
 #include <cfg/module.h>
 #include <cfg/macros.h>       /* ABS() */