Skip to content

Commit

Permalink
WinSock2.h filename should be all lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
pijyoi authored and hintjens committed Oct 5, 2013
1 parent 5493d4d commit a570b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "testutil.hpp"

#if defined (ZMQ_HAVE_WINDOWS)
# include <WinSock2.h>
# include <winsock2.h>
# include <stdexcept>
#else
# include <sys/socket.h>
Expand Down

0 comments on commit a570b18

Please sign in to comment.