Skip to content

Commit 8cf9493

Browse files
committed
fix case of included header file
case mismatch was causing cmake and ccache to never find the dependency and resulted in always rebuilding the file, even if nothing had changed
1 parent 512f3e9 commit 8cf9493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SimpleSocket.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
#ifdef _WIN32
7777
#include <io.h>
7878
#include <winsock2.h>
79-
#include <Ws2tcpip.h>
79+
#include <ws2tcpip.h>
8080

8181
#define IPTOS_LOWDELAY 0x10
8282

0 commit comments

Comments
 (0)