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 --- text-utils/display.c | 1 + 1 file changed, 1 insertion(+) (limited to 'text-utils') diff --git a/text-utils/display.c b/text-utils/display.c index 1f9a11b4c..11303667e 100644 --- a/text-utils/display.c +++ b/text-utils/display.c @@ -33,6 +33,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3-55-g7522