summaryrefslogtreecommitdiff
path: root/toxcore/LAN_discovery.c
diff options
context:
space:
mode:
authorYuri <yuri@tsoft.com>2017-02-12 22:28:18 -0800
committeriphydf <iphydf@users.noreply.github.com>2017-04-12 21:35:14 +0000
commitf751fcfbf62316be1aee7842c6db1100cc7c04b2 (patch)
tree0ff9862edd52dd2af711171c3f0243d204bb0907 /toxcore/LAN_discovery.c
parent5ff099763b1f56414572e1c12eb2f003117db5a0 (diff)
Added missing includes: <netinet/in.h> and <sys/socket.h>
Found these missing includes while compiling on FreeBSD 11.
Diffstat (limited to 'toxcore/LAN_discovery.c')
-rw-r--r--toxcore/LAN_discovery.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toxcore/LAN_discovery.c b/toxcore/LAN_discovery.c
index e685ae0e..fdb374fa 100644
--- a/toxcore/LAN_discovery.c
+++ b/toxcore/LAN_discovery.c
@@ -31,7 +31,6 @@
31 31
32/* Used for get_broadcast(). */ 32/* Used for get_broadcast(). */
33#ifdef __linux 33#ifdef __linux
34#include <arpa/inet.h>
35#include <linux/netdevice.h> 34#include <linux/netdevice.h>
36#include <sys/ioctl.h> 35#include <sys/ioctl.h>
37#endif 36#endif