1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-30 12:53:51 +00:00

Missing include.

This commit is contained in:
Bartosz Taudul 2019-06-17 19:51:58 +02:00
parent 5a359aa376
commit 12e44fc605

View File

@ -18,6 +18,7 @@
# endif # endif
# define poll WSAPoll # define poll WSAPoll
#else #else
# include <arpa/inet.h>
# include <sys/socket.h> # include <sys/socket.h>
# include <netdb.h> # include <netdb.h>
# include <unistd.h> # include <unistd.h>