Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / gui / leveledit.c
index 0bac895a28d57d0ce4975574167c3ce832cad083..10ef87621ca5a72d2fa1f4dd34420205fa49d2b0 100644 (file)
@@ -38,7 +38,7 @@
 
 #include "leveledit.h"
 
-#include <cfg/cfg_gfx.h>
+#include "cfg/cfg_gfx.h"
 #include <cfg/macros.h> /* MAX() */
 
 #include <drv/kbd.h>