]> andersk Git - openssh.git/blobdiff - openbsd-compat/port-tun.c
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / openbsd-compat / port-tun.c
index cadc331e1a27996f98049b04fdf9cb4a17873cb9..ddc92d0f3f5562bbf36c274d2b86f950025632f7 100644 (file)
@@ -18,7 +18,9 @@
 
 #include <sys/types.h>
 #include <sys/ioctl.h>
+
 #include <netinet/in.h>
+#include <arpa/inet.h>
 #include <netinet/ip.h>
 
 #include <errno.h>
@@ -27,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.043413 seconds and 4 git commands to generate.