commit | 2544611b6f37e69955fe7161995b7bacf3ae8fba | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Tue May 12 11:18:14 2015 -0700 |
committer | Adam Langley <agl@google.com> | Tue May 12 11:18:14 2015 -0700 |
tree | 091344aa26255c41c285fc39b4d44cac22cb3aef | |
parent | eb1e82d71ec30eaad9e11f3b0dedef0d895035f8 [diff] |
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. Change-Id: Ic0ee43ed74ff96f1a57e6e153c65e80e0115c0e9