aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/unix/sys_drivers.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/sys_drivers.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/sys_drivers.c')
-rw-r--r--erts/emulator/sys/unix/sys_drivers.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/emulator/sys/unix/sys_drivers.c b/erts/emulator/sys/unix/sys_drivers.c
index b7ac89d89a..117855acf0 100644
--- a/erts/emulator/sys/unix/sys_drivers.c
+++ b/erts/emulator/sys/unix/sys_drivers.c
@@ -50,6 +50,9 @@
#include <sys/ioctl.h>
#endif
+#include <sys/types.h>
+#include <sys/socket.h>
+
#define WANT_NONBLOCKING /* must define this to pull in defs from sys.h */
#include "sys.h"