mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
--- kdbg/ttywnd.cpp.orig Sun Mar 12 13:20:47 2000
|
|
+++ kdbg/ttywnd.cpp Thu Mar 23 07:48:38 2000
|
|
@@ -28,6 +28,7 @@
|
|
#include <pty.h> /* openpty */
|
|
#endif
|
|
#include <errno.h>
|
|
+#include <libutil.h>
|
|
|
|
#include "mydebug.h"
|
|
|