58b410e3c9
initial update from jasper@ "commit!" jasper@
12 lines
394 B
Plaintext
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;
|