nother sys/queue.h -> sys-queue.h fix

spotted by Tom Christensen
This commit is contained in:
Damien Miller 2015-02-24 09:02:54 +11:00
parent b3c19151cb
commit 62f678dd51
1 changed files with 1 additions and 1 deletions

View File

@ -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;