Include termios.h from ectty.h.
authorFlorian Pose <fp@igh-essen.com>
Tue, 26 Jan 2010 15:01:13 +0100
changeset 1795 16c9640493fa
parent 1794 94e0e1756dec
child 1796 3bb9ca8b58f2
Include termios.h from ectty.h.
include/ectty.h
--- a/include/ectty.h	Tue Jan 26 11:38:25 2010 +0100
+++ b/include/ectty.h	Tue Jan 26 15:01:13 2010 +0100
@@ -42,6 +42,8 @@
 #ifndef __ECTTY_H__
 #define __ECTTY_H__
 
+#include <linux/termios.h>
+
 /******************************************************************************
  * Data types 
  *****************************************************************************/