aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2011-04-29 15:44:25 +0200
committerHenrik Nord <[email protected]>2011-04-29 15:44:48 +0200
commitc302809fbe5b3873d5c459da11ed49ea73a6739f (patch)
tree3f332afa5ae1dc82abb0121645ac328c81caad2a
parentc45fbd98db22b0dca027a022796d58c32d749608 (diff)
parentdaad8e66b7ce625c959c3ffa1e2baa2c408e4aee (diff)
downloadotp-c302809fbe5b3873d5c459da11ed49ea73a6739f.tar.gz
otp-c302809fbe5b3873d5c459da11ed49ea73a6739f.tar.bz2
otp-c302809fbe5b3873d5c459da11ed49ea73a6739f.zip
Merge branch 'ms/erl_interface-compile-error' into dev
* ms/erl_interface-compile-error: erl_interface: fix compile error OTP-9252
-rw-r--r--lib/erl_interface/src/legacy/erl_timeout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/erl_interface/src/legacy/erl_timeout.c b/lib/erl_interface/src/legacy/erl_timeout.c
index d9560eebc8..146a106e7c 100644
--- a/lib/erl_interface/src/legacy/erl_timeout.c
+++ b/lib/erl_interface/src/legacy/erl_timeout.c
@@ -43,6 +43,7 @@
# endif
#endif
+#include "erl_interface.h"
#include "erl_timeout.h"
typedef struct jmp_s {