Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / gfx / gfx.h
index 38ce8902e28d3a5e0408ee6de4db5a89308cd835..176421f0172275e77e23e503e1a2c308271efa56 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef GFX_GFX_H
 #define GFX_GFX_H
 
-#include <cfg/cfg_gfx.h>    /* CONFIG_GFX_* */
+#include "cfg/cfg_gfx.h"    /* CONFIG_GFX_* */
 #include <cfg/compiler.h>
 
 #include <cpu/attr.h>       /* CPU_HARVARD */