openbsd-ports/devel/kdbg/patches/patch-kdbg_ttywnd_cpp
espie c6df48e4ee Finally update to a kde2 version.
Those guys are lame, see patch-kdbg_main_cpp
One less objection for ditching kde1 entirely...
2001-04-21 11:39:19 +00:00

14 lines
318 B
Plaintext

$OpenBSD: patch-kdbg_ttywnd_cpp,v 1.1 2001/04/21 11:39:23 espie Exp $
--- kdbg/ttywnd.cpp.orig Sat Apr 21 04:16:42 2001
+++ kdbg/ttywnd.cpp Sat Apr 21 04:17:06 2001
@@ -30,6 +30,9 @@
#include <pty.h> /* openpty */
#endif
#include <errno.h>
+#ifdef __OpenBSD__
+#include <util.h>
+#endif
#include "mydebug.h"