summaryrefslogtreecommitdiff
path: root/src/lib/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/tests')
-rw-r--r--src/lib/tests/shm_du_map_test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/tests/shm_du_map_test.c b/src/lib/tests/shm_du_map_test.c
index d9b44732..f636c941 100644
--- a/src/lib/tests/shm_du_map_test.c
+++ b/src/lib/tests/shm_du_map_test.c
@@ -27,6 +27,10 @@
#include <sys/mman.h>
#include <pthread.h>
+#define OUROBOROS_PREFIX "lib/test/shm_du_map_test"
+
+#include <ouroboros/logs.h>
+
#define SIZE_OF_DU_BUFF 24
#define TEST_BUFF_SIZE (SHM_DU_BUFF_BLOCK_SIZE - SIZE_OF_DU_BUFF)