From 26dab380834cd38fee153f240e12a9c571d29c71 Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Mon, 29 Feb 2016 11:23:32 +0100 Subject: Fix build wihtout thread support --- erts/emulator/sys/unix/erl_child_setup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'erts') diff --git a/erts/emulator/sys/unix/erl_child_setup.c b/erts/emulator/sys/unix/erl_child_setup.c index 4e61530cf1..8dd14bbac6 100644 --- a/erts/emulator/sys/unix/erl_child_setup.c +++ b/erts/emulator/sys/unix/erl_child_setup.c @@ -61,6 +61,7 @@ #include "erl_driver.h" #include "sys_uds.h" #include "hash.h" +#include "erl_term.h" #include "erl_child_setup.h" #define SET_CLOEXEC(fd) fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC) -- cgit v1.2.3