rtpjitterbuffer: Include string.h for memcpy() / memset()

Usually something else is pulling it in somehow already, but not on
Windows.
This commit is contained in:
Sebastian Dröge 2020-02-25 11:06:43 +02:00 committed by Sebastian Dröge
parent fdf002d069
commit 3998b7cb4c

View file

@ -18,6 +18,7 @@
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
#include <string.h>
#include <gst/rtp/gstrtpbuffer.h>