From 6931fef4adfa96cef6a8dc67e89b4433aef72a36 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 1 Apr 2017 20:37:16 +0200 Subject: ta_talloc: add missing include statement Some array functions call memmove(). --- ta/ta_talloc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ta/ta_talloc.h b/ta/ta_talloc.h index f5eb35e17f..a145ba1e7d 100644 --- a/ta/ta_talloc.h +++ b/ta/ta_talloc.h @@ -14,6 +14,8 @@ #ifndef TA_TALLOC_H_ #define TA_TALLOC_H_ +#include + #include "ta.h" // Note: all talloc wrappers are wired to the "x" functions, which abort on OOM. -- cgit v1.2.3