From 54d7dccaae9fd7f9aaa640556df51e97c618cf76 Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Thu, 26 Mar 2015 19:44:43 +0100 Subject: [PATCH] vt100: include pgmspace.h as we use PROGMEM macro Signed-off-by: Olivier Matz --- modules/ihm/vt100/vt100.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ihm/vt100/vt100.h b/modules/ihm/vt100/vt100.h index e0b5d0c..c4232c9 100644 --- a/modules/ihm/vt100/vt100.h +++ b/modules/ihm/vt100/vt100.h @@ -24,6 +24,8 @@ #ifndef _VT100_H_ #define _VT100_H_ +#include + #define vt100_bell "\007" #define vt100_bs "\010" #define vt100_bs_clear "\010 \010" -- 2.20.1