summaryrefslogtreecommitdiffstats
path: root/lib/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/memory.h')
-rw-r--r--lib/memory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/memory.h b/lib/memory.h
index 6c95d73a..6cc95a5b 100644
--- a/lib/memory.h
+++ b/lib/memory.h
@@ -39,6 +39,8 @@ extern struct mlist mlists[];
#include "lib/memtypes.h"
+typedef enum MTYPE mtype_t ;
+
/* #define MEMORY_LOG */
#ifdef MEMORY_LOG
#define XMALLOC(mtype, size) \