]> andersk Git - openssh.git/blobdiff - openbsd-compat/port-tun.c
- (dtucker) [openbsd-compat/port-tun.c] OpenBSD needs <netinet/in.h> before
[openssh.git] / openbsd-compat / port-tun.c
index 6e1fed9691f496ac670465914ed38e3177769182..bee6b160c915ce2bcb729efadcf4428c1b671d57 100644 (file)
 
 #include "includes.h"
 
+#include <sys/types.h>
 #include <sys/ioctl.h>
+#include <netinet/in.h>
 #include <netinet/ip.h>
 
+#include <fcntl.h>
+
 #include "log.h"
 #include "misc.h"
 #include "bufaux.h"
This page took 0.078662 seconds and 4 git commands to generate.