From c5255b33e252af6d38c871576ce2778663717457 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 7 May 2015 23:42:54 -0700 Subject: [PATCH] Add missing include for calloc/free. Bug: http://b/15193147 Change-Id: Ibb2fb6fef4ca6a23eb2f53111c4b01847fe468b2 --- hwcomposer.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hwcomposer.cpp b/hwcomposer.cpp index f2e04b4..4256998 100644 --- a/hwcomposer.cpp +++ b/hwcomposer.cpp @@ -20,10 +20,13 @@ #include #include -#include #include +#include #include #include + +#include + #include #include -- 2.11.0