From: djm Date: Mon, 19 May 2008 05:28:35 +0000 (+0000) Subject: - (djm) [openbsd-compat/port-tun.c] needs sys/queue.h X-Git-Tag: V_5_1_P1~180 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/c49ce62eb7b6368923708ee2ec571ea1303830d8 - (djm) [openbsd-compat/port-tun.c] needs sys/queue.h --- diff --git a/ChangeLog b/ChangeLog index 5e0892d7..17e17be2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ [configure.ac] Implement arc4random_buf(), import implementation of arc4random_uniform() from OpenBSD - (djm) [openbsd-compat/bsd-arc4random.c] Warning fixes + - (djm) [openbsd-compat/port-tun.c] needs sys/queue.h - (djm) OpenBSD CVS Sync - djm@cvs.openbsd.org 2008/04/13 00:22:17 [dh.c sshd.c] diff --git a/openbsd-compat/port-tun.c b/openbsd-compat/port-tun.c index 276474db..ddc92d0f 100644 --- a/openbsd-compat/port-tun.c +++ b/openbsd-compat/port-tun.c @@ -29,6 +29,7 @@ #include #include +#include "openbsd-compat/sys-queue.h" #include "log.h" #include "misc.h" #include "buffer.h"