diff options
author | Rickard Green <[email protected]> | 2016-02-29 11:23:32 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2016-02-29 11:23:32 +0100 |
commit | 26dab380834cd38fee153f240e12a9c571d29c71 (patch) | |
tree | 1ac6cb5c7fe78a3e31e30d567b4296a225e3b7d8 /erts/emulator | |
parent | 3a09efb729d8fdd3c953ac85e589c8c5fcb67782 (diff) | |
download | otp-26dab380834cd38fee153f240e12a9c571d29c71.tar.gz otp-26dab380834cd38fee153f240e12a9c571d29c71.tar.bz2 otp-26dab380834cd38fee153f240e12a9c571d29c71.zip |
Fix build wihtout thread support
Diffstat (limited to 'erts/emulator')
-rw-r--r-- | erts/emulator/sys/unix/erl_child_setup.c | 1 |
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) |