- (stevesk) ssh-keyscan.c: specify "openbsd-compat/fake-queue.h"
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index bbe5332..3f6c231 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 "fake-queue.h"
+#include "openbsd-compat/fake-queue.h"
 #endif
 #include <errno.h>