summaryrefslogtreecommitdiffstats
path: root/auth.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-04-23 12:28:53 +1000
committerDamien Miller <djm@mindrot.org>2006-04-23 12:28:53 +1000
commit2bdd1c117c82ecbf1949e39fcaf984e5fdd6d911 (patch)
treef0d1934bef28247e2886e36081009e0eb378bec8 /auth.h
parentf53429bebf0cc5e00f117f5602a30c58b55d7018 (diff)
- (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"