Include the right header file
This commit is contained in:
parent
6078618d0d
commit
ab0b618cac
|
@ -27,7 +27,7 @@ typedef enum {
|
||||||
#include "../inc/blst.h"
|
#include "../inc/blst.h"
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
#include <assert.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#define ASSERT(cond, ret) if (!(cond)) \
|
#define ASSERT(cond, ret) if (!(cond)) \
|
||||||
{ \
|
{ \
|
||||||
|
|
Loading…
Reference in New Issue