mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Add headers required on FreeBSD.
This commit is contained in:
parent
c00d8c6211
commit
2759f96c0e
@ -1,6 +1,9 @@
|
||||
#ifdef _WIN32
|
||||
# include <ws2tcpip.h>
|
||||
#else
|
||||
# ifdef __FreeBSD__
|
||||
# include <netinet/in.h>
|
||||
# endif
|
||||
# include <arpa/inet.h>
|
||||
# include <sys/socket.h>
|
||||
# include <netdb.h>
|
||||
|
Loading…
Reference in New Issue
Block a user