Include the right header file

This commit is contained in:
Ben Edgington 2021-02-04 14:12:06 +00:00
parent 6078618d0d
commit ab0b618cac
1 changed files with 1 additions and 1 deletions

View File

@ -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)) \
{ \