diff options
Diffstat (limited to 'auth-skey.c')
-rw-r--r-- | auth-skey.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/auth-skey.c b/auth-skey.c index 9c981ec8..d49e59b7 100644 --- a/auth-skey.c +++ b/auth-skey.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth-skey.c,v 1.23 2006/03/25 13:17:01 djm Exp $ */ +/* $OpenBSD: auth-skey.c,v 1.24 2006/08/03 03:34:41 deraadt Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * @@ -22,10 +22,13 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ + #include "includes.h" #ifdef SKEY +#include <sys/types.h> + #include <skey.h> #include "xmalloc.h" |