]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
sys_linux: include <termios.h> for TCGETS
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 29 Mar 2016 08:06:21 +0000 (10:06 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 29 Mar 2016 08:06:21 +0000 (10:06 +0200)
sys_linux.c

index 8004771f4801d931f928502ede5ff36c861e7802..c802da99e04644ec98b1ffe5a783014055f30637 100644 (file)
@@ -50,6 +50,7 @@
 #ifdef FEAT_SCFILTER
 #include <sys/prctl.h>
 #include <seccomp.h>
+#include <termios.h>
 #ifdef FEAT_PHC
 #include <linux/ptp_clock.h>
 #endif