mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-05 16:55:57 +00:00
On HP-UX 11.0, sys/ioctl.h is not sufficient to make struct winsize
visisble, we need termios.h too.
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <signal.h>
|
||||
#include <termios.h> /* for struct winsize on HP-UX */
|
||||
|
||||
#include "sudo.h"
|
||||
#include "sudo_event.h"
|
||||
|
Reference in New Issue
Block a user