]> andersk Git - openssh.git/blobdiff - ssh-agent.c
- markus@cvs.openbsd.org 2002/01/25 22:07:40
[openssh.git] / ssh-agent.c
index 5264c23a88d34bd35e4e29c0861f2e0dd97a4b4a..ce283c8ccdb69cca3e5e529c082f0ffd97a6d082 100644 (file)
  */
 
 #include "includes.h"
-#include <sys/queue.h>
 RCSID("$OpenBSD: ssh-agent.c,v 1.79 2002/01/18 18:14:17 stevesk Exp $");
 
+#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H)
+#include <sys/queue.h>
+#else
+#include "openbsd-compat/fake-queue.h"
+#endif
+
+
 #include <openssl/evp.h>
 #include <openssl/md5.h>
 
This page took 0.048636 seconds and 4 git commands to generate.