Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing #include with struct timeval declaration
learn.microsoft.com explicitly recommends including winsock.h to get `struct timeval` definition. Current version breaks when compiling with `-DWIN32_LEAN_AND_MEAN`.
- Loading branch information