Skip to content

Commit 914a4ce

Browse files
committed
Update
1 parent 42345d4 commit 914a4ce

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

net/net_socket.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@
2020
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2121
*/
2222

23+
2324
#include <stdio.h>
25+
26+
#ifdef _MSC_VER
27+
#include <compat/msvc.h>
28+
#endif
29+
2430
#include <net/net_compat.h>
2531
#include <net/net_socket.h>
2632

0 commit comments

Comments
 (0)