openbsd-ports/devel/vte/patches/patch-src_pty_c

12 lines
313 B
Plaintext

$OpenBSD: patch-src_pty_c,v 1.3 2007/04/04 22:59:39 david Exp $
--- src/pty.c.orig Sat May 1 00:12:51 2004
+++ src/pty.c Sat Jul 31 15:33:41 2004
@@ -48,6 +48,7 @@
#include "pty.h"
#ifdef VTE_USE_GNOME_PTY_HELPER
+#include "../gnome-pty-helper/config.h"
#include "../gnome-pty-helper/gnome-pty.h"
#endif