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
1 changed files with 2 additions and 0 deletions

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.