diff options
Diffstat (limited to 'src/alloc.h')
-rw-r--r-- | src/alloc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/alloc.h b/src/alloc.h index 6b863f2..5113839 100644 --- a/src/alloc.h +++ b/src/alloc.h @@ -9,6 +9,9 @@ #define BFS_ALLOC_H #include "prelude.h" + +#include "bfs.h" + #include <errno.h> #include <stddef.h> #include <stdlib.h> |