[erlang-patches] [PATCH] erl_interface: fix compile error
Michael Santos
michael.santos@REDACTED
Fri Apr 8 19:52:40 CEST 2011
---
lib/erl_interface/src/legacy/erl_timeout.c | 1 +
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 d9560ee..146a106 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 {
--
1.7.0.4
More information about the erlang-patches
mailing list