aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gensvm_memory.h')
-rw-r--r--include/gensvm_memory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gensvm_memory.h b/include/gensvm_memory.h
index bc4aae9..08d6f2d 100644
--- a/include/gensvm_memory.h
+++ b/include/gensvm_memory.h
@@ -9,6 +9,8 @@
#ifndef GENSVM_MEMORY_H
#define GENSVM_MEMORY_H
+#include <stddef.h>
+
#define Calloc(type, size) \
mycalloc(__FILE__, __LINE__, size, sizeof(type))
#define Malloc(type, size) \