Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 14e0120

Browse files
committed
correct winsocks
1 parent 7d0f380 commit 14e0120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/nitro_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#include <regex>
1010
// Include platform-specific headers
1111
#ifdef _WIN32
12-
#include <windows.h>
1312
#include <winsock2.h>
13+
#include <windows.h>
1414
#else
1515
#include <dirent.h>
1616
#endif

0 commit comments

Comments
 (0)