need stdint.h on Windows, too

This commit is contained in:
Grant Limberg 2020-06-16 14:48:27 -07:00
parent 3db0e9d068
commit 423b0d891c

View file

@ -27,9 +27,10 @@
#include <netinet/in.h>
#include <sys/types.h>
#include <sys/socket.h>
#endif
#include <stdint.h>
#include <stdlib.h>
#endif
#ifdef __cplusplus
extern "C" {