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:
committed by
Robert Sipka
parent
3faec79071
commit
7f17210d98
@@ -23,6 +23,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <sys/socket.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of transport over tcp/ip.
|
* Implementation of transport over tcp/ip.
|
||||||
|
|||||||
Reference in New Issue
Block a user