diff options
Diffstat (limited to 'include/allocator.h')
| -rw-r--r-- | include/allocator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/allocator.h b/include/allocator.h index a1c8bf0..7ee33b2 100644 --- a/include/allocator.h +++ b/include/allocator.h @@ -1,7 +1,7 @@ #ifndef INCLUDE_ALLOCATOR #define INCLUDE_ALLOCATOR -#include <projectbase/project_base.h> +#include "../project-base/src/project_base.h" typedef struct t_allocator { void* memory; |
