1
0
mirror of https://github.com/yarrick/iodine.git synced 2024-11-22 21:16:07 +03:00

compile on bsd

This commit is contained in:
Bjorn Andersson 2006-06-24 10:17:16 +00:00
parent 0229ee0d46
commit 57c30612a7
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <err.h>
#include <pwd.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <zlib.h>
#include "tun.h"

1
tun.c
View File

@ -25,6 +25,7 @@
#include <fcntl.h>
#include <err.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include "tun.h"