123456789101112 |
- $OpenBSD: patch-pty_c,v 1.3 2004/01/05 02:00:54 brad Exp $
- --- pty.c.orig 2003-09-08 10:26:18.000000000 -0400
- +++ pty.c 2004-01-04 21:00:15.000000000 -0500
- @@ -25,6 +25,7 @@
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <signal.h>
- +#include <util.h>
-
- #include "config.h"
- #include "screen.h"
|