summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/auth.h b/auth.h
index 65250138f..2c7499573 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.h,v 1.55 2006/07/23 01:11:05 stevesk Exp $ */ 1/* $OpenBSD: auth.h,v 1.56 2006/08/01 23:22:47 stevesk Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -33,6 +33,7 @@
33#include <signal.h> 33#include <signal.h>
34#include <pwd.h> 34#include <pwd.h>
35#include <signal.h> 35#include <signal.h>
36#include <stdio.h>
36 37
37#include "buffer.h" 38#include "buffer.h"
38#include <openssl/rsa.h> 39#include <openssl/rsa.h>