diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | openbsd-compat/port-tun.c | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -15,6 +15,7 @@ | |||
15 | [configure.ac] Implement arc4random_buf(), import implementation of | 15 | [configure.ac] Implement arc4random_buf(), import implementation of |
16 | arc4random_uniform() from OpenBSD | 16 | arc4random_uniform() from OpenBSD |
17 | - (djm) [openbsd-compat/bsd-arc4random.c] Warning fixes | 17 | - (djm) [openbsd-compat/bsd-arc4random.c] Warning fixes |
18 | - (djm) [openbsd-compat/port-tun.c] needs sys/queue.h | ||
18 | - (djm) OpenBSD CVS Sync | 19 | - (djm) OpenBSD CVS Sync |
19 | - djm@cvs.openbsd.org 2008/04/13 00:22:17 | 20 | - djm@cvs.openbsd.org 2008/04/13 00:22:17 |
20 | [dh.c sshd.c] | 21 | [dh.c sshd.c] |
@@ -3936,4 +3937,4 @@ | |||
3936 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3937 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3937 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3938 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3938 | 3939 | ||
3939 | $Id: ChangeLog,v 1.4921 2008/05/19 05:26:54 djm Exp $ | 3940 | $Id: ChangeLog,v 1.4922 2008/05/19 05:28:35 djm Exp $ |
diff --git a/openbsd-compat/port-tun.c b/openbsd-compat/port-tun.c index 276474db8..ddc92d0f3 100644 --- a/openbsd-compat/port-tun.c +++ b/openbsd-compat/port-tun.c | |||
@@ -29,6 +29,7 @@ | |||
29 | #include <string.h> | 29 | #include <string.h> |
30 | #include <unistd.h> | 30 | #include <unistd.h> |
31 | 31 | ||
32 | #include "openbsd-compat/sys-queue.h" | ||
32 | #include "log.h" | 33 | #include "log.h" |
33 | #include "misc.h" | 34 | #include "misc.h" |
34 | #include "buffer.h" | 35 | #include "buffer.h" |