aboutsummaryrefslogtreecommitdiff
path: root/ssh_api.h
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2026-04-06 13:03:29 +0000
committerEd Maste <emaste@FreeBSD.org>2026-04-06 13:16:02 +0000
commit2c72d8219c5679490c3becad8118ea5c8950b893 (patch)
tree9745ca96f363514e3aa34b48c397016f4a241bc5 /ssh_api.h
parent2137aa9d9fd3f2a3ebc1aa12c6e56ece99fa067c (diff)
Vendor import of OpenSSH 10.3p1vendor/openssh/10.3p1vendor/openssh
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'ssh_api.h')
-rw-r--r--ssh_api.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh_api.h b/ssh_api.h
index 584f896a78c4..d5ba574802b3 100644
--- a/ssh_api.h
+++ b/ssh_api.h
@@ -18,11 +18,10 @@
#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"