aboutsummaryrefslogtreecommitdiff
path: root/src/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/obj.h')
-rw-r--r--src/obj.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/obj.h b/src/obj.h
index 37dbfd9..3858d78 100644
--- a/src/obj.h
+++ b/src/obj.h
@@ -54,6 +54,8 @@ struct obj_class_t {
typedef uint64_t obj_id;
+#define PRI_OBJID PRId64
+
struct obj_alias_t {
char *alias;
struct obj_alias_t *next;