Windows 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 committed by Andy Green
parent 7e8674007d
commit fe8589c07c

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