aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-05-10 15:36:07 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-05-10 15:38:17 -0400
commitf2ec70a12c7daebd79e4c93204e2da69eab4937f (patch)
treed21fa39d3173f08ddbf7ee1524685983e2020248 /src
parent132035689d81767f1b796ea744bc3d112be082d9 (diff)
downloadstasis-f2ec70a12c7daebd79e4c93204e2da69eab4937f.tar.gz
Add all log message macros
Diffstat (limited to 'src')
-rw-r--r--src/lib/core/include/core_mem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/core/include/core_mem.h b/src/lib/core/include/core_mem.h
index b67130c..e1ea4c7 100644
--- a/src/lib/core/include/core_mem.h
+++ b/src/lib/core/include/core_mem.h
@@ -2,6 +2,7 @@
#ifndef STASIS_CORE_MEM_H
#define STASIS_CORE_MEM_H
+#include "execpoint.h"
#include "environment.h"
#include "strlist.h"