Added missing include <arpa/inet.h> for htonl()
This commit is contained in:
parent
412f7ac844
commit
e37191d8c8
|
@ -22,6 +22,7 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
#include <arpa/inet.h>
|
||||||
#include <System.h>
|
#include <System.h>
|
||||||
#include "../include/VPN.h"
|
#include "../include/VPN.h"
|
||||||
#include "vpn.h"
|
#include "vpn.h"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user