sthen 4df69ffd97 add a separate misc/screen-shm port, based on the existing misc/screen port.
this will allow removing the flavour from misc/screen allowing for a sane
update of that port. further commit to follow will unhook misc/screen,shm,
hook this in its place, and update the dependency in brltty.  ok jca@
2019-09-05 11:49:08 +00:00

14 lines
248 B
Plaintext

$OpenBSD: patch-pty_c,v 1.1.1.1 2019/09/05 11:49:08 sthen Exp $
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"