From a9cd5b331fea2af83f75d5aa16c1bdfd7dd8b18a Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 21 Nov 2019 01:27:27 +0100 Subject: [PATCH] BSD needs netinet/in.h for struct sockaddr_in and friends. --- common/TracySocket.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/TracySocket.cpp b/common/TracySocket.cpp index 19ac815e..4e42b148 100644 --- a/common/TracySocket.cpp +++ b/common/TracySocket.cpp @@ -22,6 +22,7 @@ #else # include # include +# include # include # include # include