vt100: include pgmspace.h as we use PROGMEM macro master
authorOlivier Matz <zer0@droids-corp.org>
Thu, 26 Mar 2015 18:44:43 +0000 (19:44 +0100)
committerOlivier Matz <zer0@droids-corp.org>
Thu, 26 Mar 2015 18:45:59 +0000 (19:45 +0100)
Signed-off-by: Olivier Matz <zer0@droids-corp.org>
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"