summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/index.h
diff options
context:
space:
mode:
authorLukas Larsson <lukas.larsson@erlang-solutions.com>2015-07-14 15:20:16 +0200
committerLukas Larsson <lukas@erlang.org>2015-12-15 10:05:43 +0100
commit17ecb94437bac6726044d299dde48d02dd2b2e9c (patch)
tree4465730f25a5a174583849f6e89067343d1d89e2 /erts/emulator/beam/index.h
parent31b8dd2b4b5259d9ed2178017c3580c42bf62ec6 (diff)
downloaderlang-17ecb94437bac6726044d299dde48d02dd2b2e9c.tar.gz
erts: Refactor out erts functions from hash
Diffstat (limited to 'erts/emulator/beam/index.h')
-rw-r--r--erts/emulator/beam/index.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/erts/emulator/beam/index.h b/erts/emulator/beam/index.h
index 14fab41026..99b2bdfab0 100644
--- a/erts/emulator/beam/index.h
+++ b/erts/emulator/beam/index.h
@@ -30,6 +30,10 @@
#include "hash.h"
#endif
+#ifndef ERL_ALLOC_H__
+#include "erl_alloc.h"
+#endif
+
typedef struct index_slot
{
HashBucket bucket;