Merge pull request #3383 from BlueMax/musl_build_fix

fix posix/musl build
This commit is contained in:
Isaac Connor 2021-11-16 15:01:35 -05:00 committed by GitHub
commit d8eb0b2350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <sys/socket.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
StreamBase::~StreamBase() {
#if HAVE_LIBAVCODEC