aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2013-01-28 17:55:04 +0100
committerBjörn-Egil Dahlberg <[email protected]>2013-01-28 17:55:04 +0100
commitb30420d5ae777175266bb8e164757f4e3bc311e7 (patch)
treed75927e131bbdba95b39167651c4679a96b9b193
parent2d869f65cc888976d797a1900dfebef437514121 (diff)
downloadotp-b30420d5ae777175266bb8e164757f4e3bc311e7.tar.gz
otp-b30420d5ae777175266bb8e164757f4e3bc311e7.tar.bz2
otp-b30420d5ae777175266bb8e164757f4e3bc311e7.zip
Revert "erts: Remove forgotten vxworks includes"
This reverts commit 624751813b30a367c8255e86f26f7342aeb33cbc. Overzealous removal of vxworks includes
-rw-r--r--erts/lib_src/common/erl_misc_utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/lib_src/common/erl_misc_utils.c b/erts/lib_src/common/erl_misc_utils.c
index 1b49f69581..11e2c56f61 100644
--- a/erts/lib_src/common/erl_misc_utils.c
+++ b/erts/lib_src/common/erl_misc_utils.c
@@ -28,6 +28,8 @@
#include "erl_misc_utils.h"
#if defined(__WIN32__)
+#elif defined(VXWORKS)
+# include <selectLib.h>
#else /* UNIX */
# include <stdio.h>
# include <sys/types.h>