changeset 5555:0fff9309b86d draft

Linux: Fix privsep build by including sys/termios.h for all platforms
author Mikhail Efremov <sem@altlinux.org>
date Tue, 08 Dec 2020 16:15:28 +0000
parents bc186be9f1a2
children 99bfd2eb77ab
files src/privsep-linux.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/privsep-linux.c	Sat Nov 28 14:12:59 2020 +0000
+++ b/src/privsep-linux.c	Tue Dec 08 16:15:28 2020 +0000
@@ -29,6 +29,7 @@
 #include <sys/ioctl.h>
 #include <sys/prctl.h>
 #include <sys/syscall.h>
+#include <sys/termios.h>	/* For TCGETS */
 
 #include <linux/audit.h>
 #include <linux/filter.h>