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:
Seungha Yang 2023-03-03 23:15:42 +09:00
parent af714091aa
commit 40300172ad

View file

@ -27,6 +27,7 @@
#include <gst/base/gsttypefindhelper.h>
#include <gst/base/gstadapter.h>
#include "downloadrequest.h"
#include <stdlib.h>
typedef struct _DownloadRequestPrivate DownloadRequestPrivate;