]> andersk Git - openssh.git/blobdiff - ttymodes.c
- dtucker@cvs.openbsd.org 2007/12/28 15:32:24
[openssh.git] / ttymodes.c
index b46305430ffd46148643f3adf7b54d8e86f67a6e..d8e2c553abd6d079740db22f67efddb71c9ed57d 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ttymodes.c,v 1.24 2006/07/11 20:07:25 stevesk Exp $ */
+/* $OpenBSD: ttymodes.c,v 1.26 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 <errno.h>
+#include <string.h>
 #include <termios.h>
+#include <stdarg.h>
 
 #include "packet.h"
 #include "log.h"
 #include "ssh1.h"
 #include "compat.h"
 #include "buffer.h"
-#include "bufaux.h"
 
 #define TTY_OP_END             0
 /*
This page took 0.032159 seconds and 4 git commands to generate.