]> andersk Git - openssh.git/blobdiff - auth-options.c
- stevesk@cvs.openbsd.org 2006/07/12 22:28:52
[openssh.git] / auth-options.c
index 473fb8bf7b2fe4d7b058e15e0f147f3c52a66880..0b11151cff52f32a9c6b87d3ec607cf32636525f 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth-options.c,v 1.36 2006/07/06 16:03:53 stevesk Exp $ */
+/* $OpenBSD: auth-options.c,v 1.37 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
@@ -14,6 +14,9 @@
 
 #include <sys/types.h>
 
+#if defined(HAVE_NETDB_H)
+# include <netdb.h>
+#endif
 #include <pwd.h>
 
 #include "xmalloc.h"
This page took 0.11415 seconds and 4 git commands to generate.