openbsd-ports/devel/vte/patches/patch-src_pty_c
martynas 58b410e3c9 update to vte-0.16.2
initial update from jasper@
"commit!" jasper@
2007-04-24 22:02:19 +00:00

12 lines
394 B
Plaintext

$OpenBSD: patch-src_pty_c,v 1.4 2007/04/24 22:02:19 martynas Exp $
--- src/pty.c.orig Fri Mar 23 16:17:28 2007
+++ src/pty.c Fri Mar 23 16:18:29 2007
@@ -62,6 +62,7 @@
#ifdef HAVE_SYS_UN_H
#include <sys/un.h>
#endif
+#include "../gnome-pty-helper/config.h"
#include "../gnome-pty-helper/gnome-pty.h"
static gboolean _vte_pty_helper_started = FALSE;
static pid_t _vte_pty_helper_pid = -1;