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