harfbuzz: security bump to version 1.4.4
[buildroot-gz.git] / package / shellinabox / 0002-launcher.c-include-sys-ttydefaults.h.patch
blobcaa545660956b49f35d0178e198469d7430c3f2e
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>
9 ---
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
17 @@ -66,6 +66,7 @@
18 #include <sys/types.h>
19 #include <sys/wait.h>
20 #include <sys/utsname.h>
21 +#include <sys/ttydefaults.h>
22 #include <termios.h>
23 #include <unistd.h>
25 --
26 2.7.4