mirror of https://github.com/mpv-player/mpv
ta_talloc: add missing include statement
Some array functions call memmove().
This commit is contained in:
parent
a071d5fcfe
commit
6931fef4ad
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue