Add stdlib include
This commit is contained in:
parent
7d5f0fcbd0
commit
9085893ef7
|
@ -14,6 +14,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdlib.h> // free()
|
||||||
#include "fft_common.h"
|
#include "fft_common.h"
|
||||||
#include "blst_util.h"
|
#include "blst_util.h"
|
||||||
#include "c_kzg_util.h"
|
#include "c_kzg_util.h"
|
||||||
|
|
Loading…
Reference in New Issue