mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-03 02:31:29 +08:00
11 lines
193 B
Diff
11 lines
193 B
Diff
--- a/pty.c
|
|
+++ b/pty.c
|
|
@@ -30,6 +30,7 @@
|
|
#include <sys/stat.h>
|
|
#include <fcntl.h>
|
|
#include <signal.h>
|
|
+#include <pty.h>
|
|
|
|
#if defined(__OpenBSD__)
|
|
#include <utils.h> /* for openpty() */
|