summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorTimo Wischer <twischer@de.adit-jv.com>2019-05-07 17:21:29 +0200
committerFilipe Coelho <falktx@falktx.com>2020-06-30 11:52:13 +0200
commitc95bd9631f137cb771590db187c34309e4206fc7 (patch)
tree57946c47a475e6025b28a1a890ae6c97953d015d /posix
parent2e8e95ef1ee6e920213461c3ba41a735b065ecf1 (diff)
downloadjack2-c95bd9631f137cb771590db187c34309e4206fc7.tar.gz
posix: socket: Add missing time header include
Change-Id: I1cab18816980f704b6ae73a37960c1421e46ed9b Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
Diffstat (limited to 'posix')
-rw-r--r--posix/JackNetUnixSocket.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/JackNetUnixSocket.cpp b/posix/JackNetUnixSocket.cpp
index 20724089..528c9588 100644
--- a/posix/JackNetUnixSocket.cpp
+++ b/posix/JackNetUnixSocket.cpp
@@ -22,6 +22,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include <unistd.h>
#include <fcntl.h>
+#include <sys/time.h>
using namespace std;