aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2016-02-29 11:26:17 +0100
committerRickard Green <[email protected]>2016-02-29 11:26:17 +0100
commit156aea75186fe9de64b87c2c6919db9abf4a0d60 (patch)
tree1ac6cb5c7fe78a3e31e30d567b4296a225e3b7d8
parent3a09efb729d8fdd3c953ac85e589c8c5fcb67782 (diff)
parent26dab380834cd38fee153f240e12a9c571d29c71 (diff)
downloadotp-156aea75186fe9de64b87c2c6919db9abf4a0d60.tar.gz
otp-156aea75186fe9de64b87c2c6919db9abf4a0d60.tar.bz2
otp-156aea75186fe9de64b87c2c6919db9abf4a0d60.zip
Merge branch 'rickard/fix-non-thr-emu'
* rickard/fix-non-thr-emu: Fix build wihtout thread support
-rw-r--r--erts/emulator/sys/unix/erl_child_setup.c1
1 files changed, 1 insertions, 0 deletions
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)