summaryrefslogtreecommitdiff
path: root/toxcore/LAN_discovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/LAN_discovery.c')
-rw-r--r--toxcore/LAN_discovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/LAN_discovery.c b/toxcore/LAN_discovery.c
index d430c3fe..ab28f612 100644
--- a/toxcore/LAN_discovery.c
+++ b/toxcore/LAN_discovery.c
@@ -30,9 +30,9 @@
30 30
31/* Used for get_broadcast(). */ 31/* Used for get_broadcast(). */
32#ifdef __linux 32#ifdef __linux
33#include <sys/ioctl.h>
34#include <arpa/inet.h> 33#include <arpa/inet.h>
35#include <linux/netdevice.h> 34#include <linux/netdevice.h>
35#include <sys/ioctl.h>
36#endif 36#endif
37 37
38#define MAX_INTERFACES 16 38#define MAX_INTERFACES 16