| commit | 6413635b01d7479db7990e4f7e3d8dc28bd10c44 | [log] [tgz] |
|---|---|---|
| author | Ben Lindstrom <mouring@eviladmin.org> | Fri Feb 02 19:03:13 2001 +0000 |
| committer | Ben Lindstrom <mouring@eviladmin.org> | Fri Feb 02 19:03:13 2001 +0000 |
| tree | f87253846664022ad97019802b697e0bc673bb77 | |
| parent | dd5c5a3ffe39267bc885a6ee23d5621df787427c [diff] [blame] |
- (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>