summaryrefslogtreecommitdiff
path: root/core/LAN_discovery.h
diff options
context:
space:
mode:
authorcharmlesscoin <charmlesscoin@gmail.com>2013-08-01 03:42:33 -0400
committercharmlesscoin <charmlesscoin@gmail.com>2013-08-01 03:42:33 -0400
commit5ceb601fcd78874a5e7c483f0610938362de90c7 (patch)
tree959be821e686db6f4ae06d8094f9b35bf00c2f67 /core/LAN_discovery.h
parentc3b5fe3fa154e60d46d647f7928cab48ec4012a0 (diff)
restored this branch to be on par with upstream
Diffstat (limited to 'core/LAN_discovery.h')
-rw-r--r--core/LAN_discovery.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/LAN_discovery.h b/core/LAN_discovery.h
index 4ca65c03..23391b90 100644
--- a/core/LAN_discovery.h
+++ b/core/LAN_discovery.h
@@ -28,6 +28,14 @@
28 28
29#include "DHT.h" 29#include "DHT.h"
30 30
31/* used for get_broadcast() */
32#ifdef __linux
33#include <sys/ioctl.h>
34#include <arpa/inet.h>
35#include <linux/netdevice.h>
36#endif
37
38
31#ifdef __cplusplus 39#ifdef __cplusplus
32extern "C" { 40extern "C" {
33#endif 41#endif