summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-24 14:14:19 +1000
committerDamien Miller <djm@mindrot.org>2006-07-24 14:14:19 +1000
commitd8337c5e609b3bafda0008aef2636d6f17c622ef (patch)
tree7af8be5f4dbbb23fe0f505af0da0faba4450187c /auth.h
parente3476ed03bf9beca3ad0e5447dc9422a546d19ec (diff)
- stevesk@cvs.openbsd.org 2006/07/23 01:11:05
[auth.h dispatch.c kex.h sftp-client.c] #include <signal.h> for sig_atomic_t; need this prior to <sys/param.h> move
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 6688c3dc5..65250138f 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.h,v 1.54 2006/07/06 16:03:53 stevesk Exp $ */ 1/* $OpenBSD: auth.h,v 1.55 2006/07/23 01:11:05 stevesk Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -32,6 +32,7 @@
32 32
33#include <signal.h> 33#include <signal.h>
34#include <pwd.h> 34#include <pwd.h>
35#include <signal.h>
35 36
36#include "buffer.h" 37#include "buffer.h"
37#include <openssl/rsa.h> 38#include <openssl/rsa.h>