1 From c8d9df500b1ca83ad6da9b6055549adaba6ee0d3 Mon Sep 17 00:00:00 2001
2 From: Olivier Singla <olivier.singla@gmail.com>
3 Date: Thu, 4 Aug 2016 22:05:08 +0200
4 Subject: [PATCH] launcher.c: include <sys/ttydefaults.h>
6 This include is needed to get the definition of TTYDEF_*.
8 Signed-off-by: Olivier Singla <olivier.singla@gmail.com>
10 shellinabox/launcher.c | 1 +
11 1 file changed, 1 insertion(+)
13 diff --git a/shellinabox/launcher.c b/shellinabox/launcher.c
14 index 2bac171..c8ba6cb 100644
15 --- a/shellinabox/launcher.c
16 +++ b/shellinabox/launcher.c
18 #include <sys/types.h>
20 #include <sys/utsname.h>
21 +#include <sys/ttydefaults.h>