vt100: include pgmspace.h as we use PROGMEM macro
[aversive.git] / modules / ihm / vt100 / vt100.h
index e0b5d0c..c4232c9 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"