adaptivedemux2: Fix MSVC build error
downloadrequest.c(497): error C4013: 'atoi' undefined; assuming extern returning int Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4107>
This commit is contained in:
parent
af714091aa
commit
40300172ad
@ -27,6 +27,7 @@
|
||||
#include <gst/base/gsttypefindhelper.h>
|
||||
#include <gst/base/gstadapter.h>
|
||||
#include "downloadrequest.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
typedef struct _DownloadRequestPrivate DownloadRequestPrivate;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user