]> andersk Git - openssh.git/blobdiff - channels.c
- stevesk@cvs.openbsd.org 2006/07/12 22:28:52
[openssh.git] / channels.c
index 55506725550ac4a0c1514d71860163eec137d272..2021bad53b9fc3b315b004d7ea16c233dbf6f659 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: channels.c,v 1.254 2006/07/11 20:07:25 stevesk Exp $ */
+/* $OpenBSD: channels.c,v 1.255 2006/07/12 22:28:51 stevesk Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -50,6 +50,9 @@
 #include <arpa/inet.h>
 
 #include <errno.h>
+#if defined(HAVE_NETDB_H)
+# include <netdb.h>
+#endif
 #include <termios.h>
 
 #include "ssh.h"
This page took 0.032911 seconds and 4 git commands to generate.