summaryrefslogtreecommitdiff
path: root/include/allocator.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-11-21 20:42:35 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-11-21 20:42:35 +0100
commit6f6f58c437660ac27e11387833b0037b465f7ea9 (patch)
tree582c5b3a7e58d01226bcfd68a92d7e15609d3b30 /include/allocator.h
parentefaadfaa9344466fbd752bd91cee54ebc1b69846 (diff)
working on new machine
Diffstat (limited to 'include/allocator.h')
-rw-r--r--include/allocator.h2
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;