Add dependency for bitmap.c file
[bertos.git] / bertos / gfx / text.h
index f884fd376bb358ae61009d3a442ce3e7d9e19d24..765a26b63f4a977363c46606fb69df07c3fad294 100644 (file)
@@ -39,6 +39,7 @@
  *
  * $WIZ$ module_name = "text"
  * $WIZ$ module_harvard = "pgm_memory"
+ * $WIZ% module_depends = "bitmap"
  */
 
 #ifndef GFX_TEXT_H