Added missing include for debugger build. (#2586)

In certain platforms the explicit include of 'sys/socket.h' is needed,
e.g.: TizenRT.

JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
László Langó
2018-11-06 18:15:27 +01:00
committed by Robert Sipka
parent 3faec79071
commit 7f17210d98
+1
View File
@@ -23,6 +23,7 @@
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/socket.h>
/**
* Implementation of transport over tcp/ip.