diff options
-rw-r--r-- | src/network/address.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/address.h b/src/network/address.h index 79ca21f8c..fb25b3565 100644 --- a/src/network/address.h +++ b/src/network/address.h @@ -28,6 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <ws2tcpip.h> #else #include <netinet/in.h> +#include <sys/socket.h> #endif #include <ostream> |