mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
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_
|
#ifndef TA_TALLOC_H_
|
||||||
#define TA_TALLOC_H_
|
#define TA_TALLOC_H_
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include "ta.h"
|
#include "ta.h"
|
||||||
|
|
||||||
// Note: all talloc wrappers are wired to the "x" functions, which abort on OOM.
|
// Note: all talloc wrappers are wired to the "x" functions, which abort on OOM.
|
||||||
|
Loading…
Reference in New Issue
Block a user