mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-12 11:14:42 +00:00
Include the right header file
This commit is contained in:
parent
6078618d0d
commit
ab0b618cac
@ -27,7 +27,7 @@ typedef enum {
|
||||
#include "../inc/blst.h"
|
||||
|
||||
#ifdef DEBUG
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#define ASSERT(cond, ret) if (!(cond)) \
|
||||
{ \
|
||||
|
Loading…
x
Reference in New Issue
Block a user