fix posix/musl build

This commit is contained in:
BlueMax 2021-11-16 19:50:17 +00:00 committed by GitHub
parent 1ab58aabc6
commit 8a4a530cf3
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