mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
Fix include for win32helpers
The installed headers are all in the same directory, so no relative path possible there. The cmake files already add the win32helpers directory to the include paths, so this builds just fine.
This commit is contained in:
parent
5dc62ead9d
commit
972813c0a8
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ extern "C" {
|
|||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
#include <stddef.h>
|
||||
#include "../win32port/win32helpers/websock-w32.h"
|
||||
#include "websock-w32.h"
|
||||
|
||||
#include "../win32port/win32helpers/gettimeofday.h"
|
||||
#include "gettimeofday.h"
|
||||
|
||||
#define strcasecmp stricmp
|
||||
#define getdtablesize() 30000
|
||||
|
|
Loading…
Add table
Reference in a new issue