mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue