diff options
author | djm <djm> | 2002-09-12 00:43:29 +0000 |
---|---|---|
committer | djm <djm> | 2002-09-12 00:43:29 +0000 |
commit | 1e99aea4b7625bf3d466251d52649fb91a528c17 (patch) | |
tree | 4c9d57dabe53993b297eea1f83f6d8b334d7a3ad /ssh-agent.c | |
parent | e141c5b9317ec21881400920d75d00a944b77008 (diff) | |
download | openssh-1e99aea4b7625bf3d466251d52649fb91a528c17.tar.gz |
- (djm) Sync sys/tree.h with OpenBSD -current. Rename tree.h and
fake-queue.h to sys-tree.h and sys-queue.h
Diffstat (limited to 'ssh-agent.c')
-rw-r--r-- | ssh-agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-agent.c b/ssh-agent.c index 312f2269..d4c008bb 100644 --- a/ssh-agent.c +++ b/ssh-agent.c @@ -34,7 +34,7 @@ */ #include "includes.h" -#include "openbsd-compat/fake-queue.h" +#include "openbsd-compat/sys-queue.h" RCSID("$OpenBSD: ssh-agent.c,v 1.103 2002/09/10 20:24:47 markus Exp $"); #include <openssl/evp.h> |