]> andersk Git - openssh.git/blobdiff - readconf.c
- stevesk@cvs.openbsd.org 2006/07/12 22:28:52
[openssh.git] / readconf.c
index d2e17230383fe99efe89a0c0e40e04ac148e10bf..4f790e24696b0982e7efd47440aebbcd47f6f9df 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: readconf.c,v 1.154 2006/07/11 20:07:25 stevesk Exp $ */
+/* $OpenBSD: readconf.c,v 1.155 2006/07/12 22:28:52 stevesk Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -22,6 +22,9 @@
 
 #include <ctype.h>
 #include <errno.h>
+#if defined(HAVE_NETDB_H)
+# include <netdb.h>
+#endif
 
 #include "ssh.h"
 #include "xmalloc.h"
This page took 0.034881 seconds and 4 git commands to generate.