tcp: fix build on Solaris
Add missing header. From Claes Nästén via http://gnats.netbsd.org/56509 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1364>
This commit is contained in:
parent
9e2f679ae1
commit
0b0bc5956d
@ -122,6 +122,10 @@
|
||||
#include "gsttcpelements.h"
|
||||
#include "gstmultifdsink.h"
|
||||
|
||||
#if !defined(FIONREAD) && defined(__sun)
|
||||
#include <sys/filio.h>
|
||||
#endif
|
||||
|
||||
#define NOT_IMPLEMENTED 0
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (multifdsink_debug);
|
||||
|
Loading…
x
Reference in New Issue
Block a user