summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth.c b/auth.c
index 0c8894c99..6901c936a 100644
--- a/auth.c
+++ b/auth.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.c,v 1.68 2006/07/06 16:03:53 stevesk Exp $ */ 1/* $OpenBSD: auth.c,v 1.69 2006/07/10 16:37:36 stevesk Exp $ */
2/* 2/*
3 * Copyright (c) 2000 Markus Friedl. All rights reserved. 3 * Copyright (c) 2000 Markus Friedl. All rights reserved.
4 * 4 *
@@ -38,10 +38,10 @@
38#ifdef USE_SHADOW 38#ifdef USE_SHADOW
39#include <shadow.h> 39#include <shadow.h>
40#endif 40#endif
41
42#ifdef HAVE_LIBGEN_H 41#ifdef HAVE_LIBGEN_H
43#include <libgen.h> 42#include <libgen.h>
44#endif 43#endif
44#include <stdarg.h>
45 45
46#include "xmalloc.h" 46#include "xmalloc.h"
47#include "match.h" 47#include "match.h"