diff options
author | Damien Miller <djm@mindrot.org> | 2015-02-24 09:02:54 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-02-24 09:02:54 +1100 |
commit | 62f678dd51660d6f8aee1da33d3222c5de10a89e (patch) | |
tree | d810863fd3abf6e8ed18dc3c5228dafb519ef0fc /packet.h | |
parent | b3c19151cba2c0ed01b27f55de0d723ad07ca98f (diff) |
nother sys/queue.h -> sys-queue.h fix
spotted by Tom Christensen
Diffstat (limited to 'packet.h')
-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; |