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:
parent
f38e7860f4
commit
a3439032db
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ extern "C" {
|
|||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <basetsd.h>
|
||||
|
||||
#define strcasecmp stricmp
|
||||
|
|
Loading…
Add table
Reference in a new issue