From 7cf1fe5df87e249557c87f5954d5dbbe310a618d Mon Sep 17 00:00:00 2001 From: Adam Langley Date: Tue, 12 May 2015 11:16:00 -0700 Subject: FwdLockConv.c: include what you use. This file needs stdlib.h for malloc, free and realloc, but was previously getting it only via the OpenSSL headers that it was including. BoringSSL, in the future, will be tider about what it includes via its headers and so this file will need to include stdlib.h itself. (cherry picked from commit 2544611b6f37e69955fe7161995b7bacf3ae8fba) Bug: 21085331 Change-Id: I864c679ba5a9f0041dd49d063ad1190ffa87b30a --- .../plugins/forward-lock/internal-format/converter/FwdLockConv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drm') diff --git a/drm/libdrmframework/plugins/forward-lock/internal-format/converter/FwdLockConv.c b/drm/libdrmframework/plugins/forward-lock/internal-format/converter/FwdLockConv.c index 9d15835..6a0b3c0 100644 --- a/drm/libdrmframework/plugins/forward-lock/internal-format/converter/FwdLockConv.c +++ b/drm/libdrmframework/plugins/forward-lock/internal-format/converter/FwdLockConv.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include -- cgit v1.1