summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index cb194567a..b0a1531e5 100644
--- a/packet.h
+++ b/packet.h
@@ -35,7 +35,7 @@
35#endif /* WITH_OPENSSL */ 35#endif /* WITH_OPENSSL */
36 36
37#include <sys/signal.h> 37#include <sys/signal.h>
38#include <sys/queue.h> 38#include "openbsd-compat/sys-queue.h"
39 39
40struct kex; 40struct kex;
41struct sshkey; 41struct sshkey;