mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-10 12:31:00 +00:00
compile on bsd
This commit is contained in:
parent
0229ee0d46
commit
57c30612a7
2 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
|
#include <netinet/in.h>
|
||||||
#include <zlib.h>
|
#include <zlib.h>
|
||||||
|
|
||||||
#include "tun.h"
|
#include "tun.h"
|
||||||
|
|
1
tun.c
1
tun.c
|
@ -25,6 +25,7 @@
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
|
#include <netinet/in.h>
|
||||||
|
|
||||||
#include "tun.h"
|
#include "tun.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue