- (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/ChangeLog b/ChangeLog
index bfcdac5..15fb0df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 20010103
  - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
+ - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
+   based file) to ensure #include space does not get confused.
 
 20010102
  - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen 
diff --git a/openbsd-compat/queue.h b/openbsd-compat/fake-queue.h
similarity index 100%
rename from openbsd-compat/queue.h
rename to openbsd-compat/fake-queue.h
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>