summaryrefslogtreecommitdiff
path: root/auth-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-options.c')
-rw-r--r--auth-options.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/auth-options.c b/auth-options.c
index 473fb8bf7..0b11151cf 100644
--- a/auth-options.c
+++ b/auth-options.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth-options.c,v 1.36 2006/07/06 16:03:53 stevesk Exp $ */ 1/* $OpenBSD: auth-options.c,v 1.37 2006/07/12 22:28:51 stevesk Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -14,6 +14,9 @@
14 14
15#include <sys/types.h> 15#include <sys/types.h>
16 16
17#if defined(HAVE_NETDB_H)
18# include <netdb.h>
19#endif
17#include <pwd.h> 20#include <pwd.h>
18 21
19#include "xmalloc.h" 22#include "xmalloc.h"