ports/misc/screen-shm/patches/patch-pty_c

12 lines
183 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: pty.c
--- pty.c.orig
+++ pty.c
@@ -25,6 +25,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <signal.h>
+#include <util.h>
#include "config.h"
#include "screen.h"