1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00

win32 does not know uint64_t without stdint.h

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2014-11-30 13:17:35 +08:00
parent f38e7860f4
commit a3439032db

View file

@ -39,6 +39,7 @@ extern "C" {
#include <winsock2.h>
#include <ws2tcpip.h>
#include <stddef.h>
#include <stdint.h>
#include <basetsd.h>
#define strcasecmp stricmp