diff options
author | Damien Miller <djm@mindrot.org> | 2015-02-23 20:30:29 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-02-23 20:30:29 +0100 |
commit | a88dd1da119052870bb2654c1a32c51971eade16 (patch) | |
tree | 75760e8bb8daecaddf6646ddceb2c52c840859ef /ssh_api.h | |
parent | upstream commit (diff) | |
download | openssh-a88dd1da119052870bb2654c1a32c51971eade16.tar.xz openssh-a88dd1da119052870bb2654c1a32c51971eade16.zip |
various include fixes for portable
Diffstat (limited to 'ssh_api.h')
-rw-r--r-- | ssh_api.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,10 +18,11 @@ #ifndef API_H #define API_H -#include <sys/queue.h> #include <sys/types.h> #include <signal.h> +#include "openbsd-compat/sys-queue.h" + #include "cipher.h" #include "sshkey.h" #include "kex.h" |