Merge pull request #3383 from BlueMax/musl_build_fix
fix posix/musl build
This commit is contained in:
commit
d8eb0b2350
|
@ -26,6 +26,7 @@
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
|
||||||
StreamBase::~StreamBase() {
|
StreamBase::~StreamBase() {
|
||||||
#if HAVE_LIBAVCODEC
|
#if HAVE_LIBAVCODEC
|
||||||
|
|
Loading…
Reference in New Issue