1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/kdbg/files/patch-aa

13 lines
268 B
Plaintext
Raw Normal View History

2000-12-26 13:48:48 +00:00
--- kdbg/ttywnd.cpp.orig Sat Nov 11 06:12:29 2000
+++ kdbg/ttywnd.cpp Tue Dec 26 08:28:38 2000
@@ -29,6 +29,9 @@
#ifdef HAVE_PTY_H
2000-03-23 12:57:58 +00:00
#include <pty.h> /* openpty */
#endif
2000-12-26 13:48:48 +00:00
+#ifdef __FreeBSD__
2000-03-23 12:57:58 +00:00
+#include <libutil.h>
2000-12-26 13:48:48 +00:00
+#endif
#include <errno.h>
2000-03-23 12:57:58 +00:00
#include "mydebug.h"