Quantcast

[PATCH] erl_interface: fix compile error

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[PATCH] erl_interface: fix compile error

Michael Santos-2
---
 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

_______________________________________________
erlang-patches mailing list
[hidden email]
http://erlang.org/mailman/listinfo/erlang-patches
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [PATCH] erl_interface: fix compile error

Henrik Nord-2
On 04/08/2011 07:52 PM, Michael Santos wrote:

> ---
>   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 {
Hi Michael
I have included this into 'pu', if something breaks I will let you know.

Thank you for the contribution!

--
/Henrik Nord Erlang/OTP

_______________________________________________
erlang-patches mailing list
[hidden email]
http://erlang.org/mailman/listinfo/erlang-patches
Loading...