From 2fccbe35423c8f2da9dd003627f7ba7c8a86a070 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Tue, 26 Jan 2010 15:01:13 +0100 Subject: [PATCH] Include termios.h from ectty.h. --- include/ectty.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ectty.h b/include/ectty.h index cae23eb9..e1836377 100644 --- a/include/ectty.h +++ b/include/ectty.h @@ -42,6 +42,8 @@ #ifndef __ECTTY_H__ #define __ECTTY_H__ +#include + /****************************************************************************** * Data types *****************************************************************************/