]> git.droids-corp.org - aversive.git/blobdiff - modules/ihm/vt100/vt100.h
vt100: include pgmspace.h as we use PROGMEM macro
[aversive.git] / modules / ihm / vt100 / vt100.h
index e0b5d0cc88fd9a6a25c2b4e3ffe58693448e4b25..c4232c9494542b4240a8a591f9568991359ef75d 100644 (file)
@@ -24,6 +24,8 @@
 #ifndef _VT100_H_
 #define _VT100_H_
 
+#include <aversive/pgmspace.h>
+
 #define vt100_bell         "\007"
 #define vt100_bs           "\010"
 #define vt100_bs_clear     "\010 \010"