Fix capitalization of winsock2.h, not sure if this include is still needed (not present in master).

master
safety0ff 2011-03-04 23:18:26 -05:00
parent dc4cf90ce5
commit ad4a33a789
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#ifndef WZ_OS_WIN #ifndef WZ_OS_WIN
#include <arpa/inet.h> #include <arpa/inet.h>
#else #else
#include <Winsock2.h> #include <winsock2.h>
#endif #endif
#include "../framework/frame.h" #include "../framework/frame.h"