mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
13 lines
268 B
Plaintext
13 lines
268 B
Plaintext
--- 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
|
|
#include <pty.h> /* openpty */
|
|
#endif
|
|
+#ifdef __FreeBSD__
|
|
+#include <libutil.h>
|
|
+#endif
|
|
#include <errno.h>
|
|
|
|
#include "mydebug.h"
|