add missing include

This commit is contained in:
Daniel Micay 2018-09-07 02:10:37 -04:00
parent 49af83a817
commit 191f9667df

View File

@ -1,6 +1,8 @@
#ifndef CONFIG_H
#define CONFIG_H
#include <stdbool.h>
#define GUARD_SLABS true
#define WRITE_AFTER_FREE_CHECK true
#define SLOT_RANDOMIZE true