]> andersk Git - openssh.git/blobdiff - canohost.c
- stevesk@cvs.openbsd.org 2006/07/12 22:28:52
[openssh.git] / canohost.c
index 4566e2ab15fb7efcf3966dc646cc21befb50042c..da5131de31d9a98cfecaffdcf65209974e48d5e9 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: canohost.c,v 1.56 2006/07/11 20:07:25 stevesk Exp $ */
+/* $OpenBSD: canohost.c,v 1.57 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
@@ -21,6 +21,9 @@
 
 #include <ctype.h>
 #include <errno.h>
+#if defined(HAVE_NETDB_H)
+# include <netdb.h>
+#endif
 
 #include "packet.h"
 #include "xmalloc.h"
This page took 0.054481 seconds and 4 git commands to generate.