X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Futil%2Fos_socket.h;h=70b195184fa89cd8a9296a51ea997506f88b6a28;hp=0d6f8749176d0b25a3bdaed809efac882d98eabf;hb=HEAD;hpb=ed43d01dec73edbe734fed065bceab9dfa782a30 diff --git a/src/util/os_socket.h b/src/util/os_socket.h index 0d6f8749176..70b195184fa 100644 --- a/src/util/os_socket.h +++ b/src/util/os_socket.h @@ -13,6 +13,8 @@ #ifdef _MSC_VER #include typedef SSIZE_T ssize_t; +#else +#include #endif #ifdef __cplusplus