diff options
| author | Mikhail Efremov <sem@altlinux.org> | 2020-12-08 16:15:28 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-12-08 16:15:28 +0000 |
| commit | 7c08f3777a69c69e87a149bb35681ce2ed2f0490 (patch) | |
| tree | 533d5a547523a652802bb9ff4affb033ced18bfb | |
| parent | b4907bae5f0b6024de66df0789e2e789550eff0c (diff) | |
| download | dhcpcd-7c08f3777a69c69e87a149bb35681ce2ed2f0490.tar.xz | |
Linux: Fix privsep build by including sys/termios.h for all platforms
| -rw-r--r-- | src/privsep-linux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/privsep-linux.c b/src/privsep-linux.c index e588ecd7..1fbe97fa 100644 --- a/src/privsep-linux.c +++ b/src/privsep-linux.c @@ -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> |
