patch-pty_c 301 B

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