bad/soundtouch: Fix interactive test build on MSVC

Needed for https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/930

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3064>
This commit is contained in:
Nirbheek Chauhan 2022-09-22 09:14:57 +05:30 committed by GStreamer Marge Bot
parent 57292bfe78
commit 3890e49772

View file

@ -23,7 +23,9 @@
*/
#include <string.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include <gst/gst.h>
#include <gst/controller/gsttimedvaluecontrolsource.h>
#include <gst/controller/gstinterpolationcontrolsource.h>