From a88dd1da119052870bb2654c1a32c51971eade16 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 24 Feb 2015 06:30:29 +1100 Subject: [PATCH] various include fixes for portable --- dispatch.h | 2 ++ ssh_api.h | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dispatch.h b/dispatch.h index cd51dbc0b..2bcdc91a5 100644 --- a/dispatch.h +++ b/dispatch.h @@ -27,6 +27,8 @@ #ifndef DISPATCH_H #define DISPATCH_H +#include /* for sig_atomic_t */ + #define DISPATCH_MAX 255 enum { diff --git a/ssh_api.h b/ssh_api.h index a7e14e06e..642acd5b2 100644 --- a/ssh_api.h +++ b/ssh_api.h @@ -18,10 +18,11 @@ #ifndef API_H #define API_H -#include #include #include +#include "openbsd-compat/sys-queue.h" + #include "cipher.h" #include "sshkey.h" #include "kex.h"