summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authordjm <djm>2006-04-23 02:28:53 +0000
committerdjm <djm>2006-04-23 02:28:53 +0000
commit4c5e2d86b4810f9e9bb59ab3b5d9ef9d3172c736 (patch)
tree5aca0a08543572928ccd12e77371982800e97869 /auth.h
parent96f9297be9123b931f75f28d77e6fb45e69a2388 (diff)
downloadopenssh-4c5e2d86b4810f9e9bb59ab3b5d9ef9d3172c736.tar.gz
- (djm) [auth.h dispatch.h kex.h] sprinkle in signal.h to get
sig_atomic_t
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/auth.h b/auth.h
index adbfdd2e..5f9fb6f1 100644
--- a/auth.h
+++ b/auth.h
@@ -28,6 +28,8 @@
#ifndef AUTH_H
#define AUTH_H
+#include <signal.h>
+
#include "key.h"
#include "hostfile.h"
#include "buffer.h"