Skip to content

Commit

Permalink
reordering windows headers to fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Jan 26, 2024
1 parent 49bcbf2 commit 6e66989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/clientserver/manageSockets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
# include <strings.h>
# include <unistd.h>
#else
# include <Windows.h>
# include <winsock2.h>
# include <Windows.h>
# define strcasecmp _stricmp
# include <string.h>
#endif
Expand Down

0 comments on commit 6e66989

Please sign in to comment.