2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 13:28:10 +00:00

HP-UX has struct winsize in termios.h.

This commit is contained in:
Todd C. Miller 2022-09-27 14:57:56 -06:00
parent f360a8006c
commit cf95f8d5ae

View File

@ -40,6 +40,7 @@
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <termios.h> /* for struct winsize on HP-UX */
#include "sudo.h"
#include "sudo_exec.h"