aboutsummaryrefslogtreecommitdiffstats
path: root/c_src/nif_helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_src/nif_helpers.c')
-rw-r--r--c_src/nif_helpers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c_src/nif_helpers.c b/c_src/nif_helpers.c
index d76f1b5..54fb85f 100644
--- a/c_src/nif_helpers.c
+++ b/c_src/nif_helpers.c
@@ -16,8 +16,8 @@
#include <sys/queue.h>
#include <stdarg.h>
-extern atom_ok;
-extern atom__nif_thread_ret_;
+extern ERL_NIF_TERM atom_ok;
+extern ERL_NIF_TERM atom__nif_thread_ret_;
typedef struct nif_thread_message {
TAILQ_ENTRY(nif_thread_message) next_entry;