From 8a0800da4e2c3850ea3e440e0dffe842ea672511 Mon Sep 17 00:00:00 2001 From: charmlesscoin Date: Thu, 1 Aug 2013 16:25:22 -0400 Subject: redid get_broadcast(), looks like it should work now --- core/LAN_discovery.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'core/LAN_discovery.h') diff --git a/core/LAN_discovery.h b/core/LAN_discovery.h index 4ca65c03..96a6e6ad 100644 --- a/core/LAN_discovery.h +++ b/core/LAN_discovery.h @@ -28,6 +28,13 @@ #include "DHT.h" +/* used for get_broadcast() */ +#ifdef __linux +#include +#include +#include +#endif + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3