diff options
Diffstat (limited to 'src/alloc.h')
-rw-r--r-- | src/alloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.h b/src/alloc.h index ae055bc..095134a 100644 --- a/src/alloc.h +++ b/src/alloc.h @@ -8,7 +8,7 @@ #ifndef BFS_ALLOC_H #define BFS_ALLOC_H -#include "config.h" +#include "prelude.h" #include <errno.h> #include <stddef.h> #include <stdlib.h> |