Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / gfx / bitmap.c
index 294e9c23ccad4cac07051314852e95131e5b5954..0ff8d69cefe5366ed11183db30f86c752ea5d634 100644 (file)
@@ -40,7 +40,7 @@
 #include "gfx.h"
 #include "gfx_p.h"
 
-#include <cfg/cfg_gfx.h>  /* CONFIG_GFX_CLIPPING */
+#include "cfg/cfg_gfx.h"  /* CONFIG_GFX_CLIPPING */
 #include <cfg/macros.h>   /* MIN() */
 #include <cfg/debug.h>    /* ASSERT() */