From 5ceb601fcd78874a5e7c483f0610938362de90c7 Mon Sep 17 00:00:00 2001 From: charmlesscoin Date: Thu, 1 Aug 2013 03:42:33 -0400 Subject: restored this branch to be on par with upstream --- core/LAN_discovery.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'core/LAN_discovery.h') 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 @@ #include "DHT.h" +/* used for get_broadcast() */ +#ifdef __linux +#include +#include +#include +#endif + + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3