Add stdlib include

This commit is contained in:
Ben Edgington 2021-02-07 13:38:42 +00:00
parent 7d5f0fcbd0
commit 9085893ef7
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
* limitations under the License.
*/
#include <stdlib.h> // free()
#include "fft_common.h"
#include "blst_util.h"
#include "c_kzg_util.h"