Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / mware / heap.h
index 0d8f7778cb643223d6e28961a2e9405eb1c90d32..7865476a5f59089ff2fd31b38880a52e0138489e 100644 (file)
@@ -46,7 +46,7 @@
 #ifndef MWARE_HEAP_H
 #define MWARE_HEAP_H
 
-#include <cfg/cfg_heap.h>
+#include "cfg/cfg_heap.h"
 #include <cfg/compiler.h>
 
 struct _MemChunk;