summaryrefslogtreecommitdiff
path: root/ssh_api.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-02-24 06:30:29 +1100
committerDamien Miller <djm@mindrot.org>2015-02-24 06:30:29 +1100
commita88dd1da119052870bb2654c1a32c51971eade16 (patch)
tree75760e8bb8daecaddf6646ddceb2c52c840859ef /ssh_api.h
parent5248429b5ec524d0a65507cff0cdd6e0cb99effd (diff)
downloadopenssh-git-a88dd1da119052870bb2654c1a32c51971eade16.tar.gz
various include fixes for portable
Diffstat (limited to 'ssh_api.h')
-rw-r--r--ssh_api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh_api.h b/ssh_api.h
index a7e14e06..642acd5b 100644
--- a/ssh_api.h
+++ b/ssh_api.h
@@ -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"