1
0
Fork 0
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:
Andreas Pakulat 2013-10-16 17:57:17 +02:00
parent 5dc62ead9d
commit 972813c0a8

View file

@ -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