]> andersk Git - openssh.git/blobdiff - openbsd-compat/port-tun.c
- (djm) [openbsd-compat/rresvport.c] Add unistd.h for missing close()
[openssh.git] / openbsd-compat / port-tun.c
index 3e73d8c0e7c81460d051e62643b168a3b18abdf9..ddc92d0f3f5562bbf36c274d2b86f950025632f7 100644 (file)
 
 #include <sys/types.h>
 #include <sys/ioctl.h>
+
 #include <netinet/in.h>
+#include <arpa/inet.h>
 #include <netinet/ip.h>
 
 #include <errno.h>
 #include <fcntl.h>
+#include <stdarg.h>
 #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.035913 seconds and 4 git commands to generate.