From 00c505d9cfedc02752d64bd61cf83d293b061c8d Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 3 Oct 2013 02:39:17 -0700 Subject: include: Add missing includes sys/types.h: For u_char typedef sys/params.h: For MAXNAMLEN sys/ttydefaults.h: For various tty definitions (also add configure check) Signed-off-by: Karel Zak --- include/ttyutils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/ttyutils.h') diff --git a/include/ttyutils.h b/include/ttyutils.h index 13495ba96..4f2fd8848 100644 --- a/include/ttyutils.h +++ b/include/ttyutils.h @@ -13,6 +13,9 @@ #ifdef HAVE_SYS_IOCTL_H #include #endif +#ifdef HAVE_SYS_TTYDEFAULTS_H +#include +#endif /* Some shorthands for control characters. */ #define CTL(x) ((x) ^ 0100) /* Assumes ASCII dialect */ -- cgit v1.2.3-55-g7522