[openssh-commits] [openssh] 01/01: nother sys/queue.h -> sys-queue.h fix
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Feb 24 09:03:24 AEDT 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 62f678dd51660d6f8aee1da33d3222c5de10a89e
Author: Damien Miller <djm at mindrot.org>
Date: Tue Feb 24 09:02:54 2015 +1100
nother sys/queue.h -> sys-queue.h fix
spotted by Tom Christensen
---
packet.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packet.h b/packet.h
index cb19456..b0a1531 100644
--- a/packet.h
+++ b/packet.h
@@ -35,7 +35,7 @@
#endif /* WITH_OPENSSL */
#include <sys/signal.h>
-#include <sys/queue.h>
+#include "openbsd-compat/sys-queue.h"
struct kex;
struct sshkey;
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list