]> andersk Git - openssh.git/blobdiff - sshtty.c
- (dtucker) [configure.ac atomicio.c] Fall back to <sys/poll.h> if we don't
[openssh.git] / sshtty.c
index 70668afde411e9057ccff2bfc9d55cb1cdb759f8..04567669b13bcb466dc3bbdda1e0cddc3318c4cd 100644 (file)
--- a/sshtty.c
+++ b/sshtty.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshtty.c,v 1.11 2006/08/01 23:22:48 stevesk Exp $ */
+/* $OpenBSD: sshtty.c,v 1.12 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
 
 #include "includes.h"
 
+#include <sys/types.h>
 #include <stdio.h>
 #include <termios.h>
+#include <pwd.h>
 
 #include "sshpty.h"
 
This page took 0.030272 seconds and 4 git commands to generate.