blob: 4cc0bf57239d0021fbc5785085a058c3cee440bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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"
|