1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-22 03:08:33 +00:00

ta_talloc: add missing include statement

Some array functions call memmove().
This commit is contained in:
wm4 2017-04-01 20:37:16 +02:00
parent a071d5fcfe
commit 6931fef4ad

View File

@ -14,6 +14,8 @@
#ifndef TA_TALLOC_H_
#define TA_TALLOC_H_
#include <string.h>
#include "ta.h"
// Note: all talloc wrappers are wired to the "x" functions, which abort on OOM.