mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
BSD needs netinet/in.h for struct sockaddr_in and friends.
This commit is contained in:
parent
31b6ff4bae
commit
a9cd5b331f
@ -22,6 +22,7 @@
|
||||
#else
|
||||
# include <arpa/inet.h>
|
||||
# include <sys/socket.h>
|
||||
# include <netinet/in.h>
|
||||
# include <netdb.h>
|
||||
# include <unistd.h>
|
||||
# include <poll.h>
|
||||
|
Loading…
Reference in New Issue
Block a user