mirror of
https://github.com/markqvist/tncattach.git
synced 2025-09-18 12:17:50 -04:00
Compile fix on armhf
This commit is contained in:
parent
85ebb3d7b1
commit
57f0336fda
5
TAP.h
5
TAP.h
@ -5,10 +5,9 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <linux/if.h>
|
#include <net/if.h>
|
||||||
#include <linux/if_tun.h>
|
#include <linux/if_tun.h>
|
||||||
//#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
//#include <netinet/in.h>
|
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include "Constants.h"
|
#include "Constants.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user