diff --git a/OpenRGBE131ReceiverDialog.cpp b/OpenRGBE131ReceiverDialog.cpp index 11247c8..72cf553 100644 --- a/OpenRGBE131ReceiverDialog.cpp +++ b/OpenRGBE131ReceiverDialog.cpp @@ -5,6 +5,11 @@ #include #include +#ifndef _WIN32 +#include +#define closesocket ::close +#endif + #define MAX_LEDS_PER_UNIVERSE 170 void DeviceListChanged_Callback(void * this_ptr)