summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/auth.c b/auth.c
index 0089a1dd9..88a8e22ef 100644
--- a/auth.c
+++ b/auth.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.c,v 1.73 2006/07/26 02:35:17 stevesk Exp $ */ 1/* $OpenBSD: auth.c,v 1.74 2006/08/01 23:22:47 stevesk Exp $ */
2/* 2/*
3 * Copyright (c) 2000 Markus Friedl. All rights reserved. 3 * Copyright (c) 2000 Markus Friedl. All rights reserved.
4 * 4 *
@@ -44,6 +44,7 @@
44#include <libgen.h> 44#include <libgen.h>
45#endif 45#endif
46#include <stdarg.h> 46#include <stdarg.h>
47#include <stdio.h>
47#include <string.h> 48#include <string.h>
48 49
49#include "xmalloc.h" 50#include "xmalloc.h"