aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/unix/erl_child_setup.c
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-03-20 15:34:16 +0100
committerSverker Eriksson <[email protected]>2018-03-20 15:34:16 +0100
commit21e71598fddd8483ff0b43eca0a101aa4e3c024a (patch)
tree143e5a5678129827a5c748764eecd95409c53dd9 /erts/emulator/sys/unix/erl_child_setup.c
parentf4bd7c2d091992e79f61dc66d7a40bf10152a8fc (diff)
parent2bdd0ba8f6046301778ea3673716d8df9fdd42fa (diff)
downloadotp-21e71598fddd8483ff0b43eca0a101aa4e3c024a.tar.gz
otp-21e71598fddd8483ff0b43eca0a101aa4e3c024a.tar.bz2
otp-21e71598fddd8483ff0b43eca0a101aa4e3c024a.zip
Merge branch 'sverker/inline-sys_memcpy'
* sverker/inline-sys_memcpy: erts: Optimize macro DMC_PUSH erts: Make sys_memcpy and friends inline functions
Diffstat (limited to 'erts/emulator/sys/unix/erl_child_setup.c')
-rw-r--r--erts/emulator/sys/unix/erl_child_setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/emulator/sys/unix/erl_child_setup.c b/erts/emulator/sys/unix/erl_child_setup.c
index 57973b10d7..10601529a4 100644
--- a/erts/emulator/sys/unix/erl_child_setup.c
+++ b/erts/emulator/sys/unix/erl_child_setup.c
@@ -56,6 +56,8 @@
#include <stdio.h>
#include <stdarg.h>
#include <sys/wait.h>
+#include <sys/types.h>
+#include <sys/socket.h>
#define WANT_NONBLOCKING