diff options
-rw-r--r-- | packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
40 | struct kex; | 40 | struct kex; |
41 | struct sshkey; | 41 | struct sshkey; |