aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/win32/sys_env.c
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2019-08-23 10:01:57 +0200
committerGitHub <[email protected]>2019-08-23 10:01:57 +0200
commit1b9555761cee3ff018a86dc1762792b5bda26c23 (patch)
tree4ae9aee420b4ad8a479d95e286121be66e1dbb30 /erts/emulator/sys/win32/sys_env.c
parentae6cd4c5749c6439d19fb6ace04501664b192cc3 (diff)
parentb5ab81f3617bb9cb936beaacadae967d3c9ce541 (diff)
downloadotp-1b9555761cee3ff018a86dc1762792b5bda26c23.tar.gz
otp-1b9555761cee3ff018a86dc1762792b5bda26c23.tar.bz2
otp-1b9555761cee3ff018a86dc1762792b5bda26c23.zip
Merge pull request #2345 from garazdawi/lukas/erts/hash_opt/OTP-16014
Change internal hash table implementation
Diffstat (limited to 'erts/emulator/sys/win32/sys_env.c')
-rw-r--r--erts/emulator/sys/win32/sys_env.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/sys/win32/sys_env.c b/erts/emulator/sys/win32/sys_env.c
index c78161b344..36223c2c14 100644
--- a/erts/emulator/sys/win32/sys_env.c
+++ b/erts/emulator/sys/win32/sys_env.c
@@ -23,6 +23,7 @@
#endif
#include "sys.h"
+#include "erl_osenv.h"
#include "erl_sys_driver.h"
#include "erl_alloc.h"