diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-02 19:03:13 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-02 19:03:13 +0000 |
commit | 6413635b01d7479db7990e4f7e3d8dc28bd10c44 (patch) | |
tree | f87253846664022ad97019802b697e0bc673bb77 /ssh-keyscan.c | |
parent | dd5c5a3ffe39267bc885a6ee23d5621df787427c (diff) |
- (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
based file) to ensure #include space does not get confused.
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r-- | ssh-keyscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c index 64ac551b..f753ce82 100644 --- a/ssh-keyscan.c +++ b/ssh-keyscan.c @@ -13,7 +13,7 @@ RCSID("$OpenBSD: ssh-keyscan.c,v 1.11 2001/01/21 19:05:57 markus Exp $"); #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> |