packages/utils/screen/patches/010-ptyh.patch
2024-12-10 10:10:05 +08:00

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() */