diff --git a/fastboot/socket.cpp b/fastboot/socket.cpp index 5a14b6377..3096905a1 100644 --- a/fastboot/socket.cpp +++ b/fastboot/socket.cpp @@ -28,6 +28,10 @@ #include "socket.h" +#ifndef _WIN32 +#include +#endif + #include #include