- (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
   based file) to ensure #include space does not get confused.
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 64ac551..f753ce8 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -13,7 +13,7 @@
 #if defined(HAVE_SYS_QUEUE_H)  &&  !defined(HAVE_BOGUS_SYS_QUEUE_H)
 #include <sys/queue.h>
 #else
-#include "bsd-queue.h"
+#include "fake-queue.h"
 #endif
 #include <errno.h>