X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fgfx%2Ftext.h;h=0ca2407d6b031daf57683109221ad1729d674aca;hb=8cfe12e5b95974d75b98ec964fc7edaf37919f0e;hp=bcd29ccecf78cf253a903122952651c68b3e7901;hpb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;p=bertos.git diff --git a/bertos/gfx/text.h b/bertos/gfx/text.h index bcd29cce..0ca2407d 100644 --- a/bertos/gfx/text.h +++ b/bertos/gfx/text.h @@ -106,7 +106,7 @@ int text_widthf(struct Bitmap *bm, const char * fmt, ...) FORMAT(__printf__, 2, /* Text formatting functions for program-memory strings (mware/text_format.c) */ #if CPU_HARVARD -#include +#include int text_puts_P(const char * PROGMEM str, struct Bitmap *bm); int text_vprintf_P(struct Bitmap *bm, const char * PROGMEM fmt, va_list ap); int text_printf_P(struct Bitmap *bm, const char * PROGMEM fmt, ...) FORMAT(__printf__, 2, 3);