]> andersk Git - openssh.git/commitdiff
- (djm) [openbsd-compat/port-tun.c] needs sys/queue.h
authordjm <djm>
Mon, 19 May 2008 05:28:35 +0000 (05:28 +0000)
committerdjm <djm>
Mon, 19 May 2008 05:28:35 +0000 (05:28 +0000)
ChangeLog
openbsd-compat/port-tun.c

index 5e0892d7798cb3e6b54fda184d832c8d5158282c..17e17be20e67096bbad701ab1fc00a3baadc3e69 100644 (file)
--- 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]
index 276474db87cd970400d15b5731393172b892ed18..ddc92d0f3f5562bbf36c274d2b86f950025632f7 100644 (file)
@@ -29,6 +29,7 @@
 #include <string.h>
 #include <unistd.h>
 
+#include "openbsd-compat/sys-queue.h"
 #include "log.h"
 #include "misc.h"
 #include "buffer.h"
This page took 0.043205 seconds and 5 git commands to generate.