]> andersk Git - openssh.git/blobdiff - auth.c
- stevesk@cvs.openbsd.org 2006/07/10 16:37:36
[openssh.git] / auth.c
diff --git a/auth.c b/auth.c
index 0c8894c99c260acfba040c7f337de5e84d36626f..6901c936a3ff6a43ec5a8b436b8d8b936fb987a3 100644 (file)
--- a/auth.c
+++ b/auth.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.c,v 1.68 2006/07/06 16:03:53 stevesk Exp $ */
+/* $OpenBSD: auth.c,v 1.69 2006/07/10 16:37:36 stevesk Exp $ */
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
 #ifdef USE_SHADOW
 #include <shadow.h>
 #endif
-
 #ifdef HAVE_LIBGEN_H
 #include <libgen.h>
 #endif
+#include <stdarg.h>
 
 #include "xmalloc.h"
 #include "match.h"
This page took 0.052281 seconds and 4 git commands to generate.