Files
packages/utils/screen/patches/010-ptyh.patch
Rosen Penev 289bc496ff screen: fix compilation with GCC 14
Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:39:02 -07: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() */