Hi Philippe,
On 05/03/2019 04:59 AM, Philippe De Swert wrote:
Fix compilation issue with newer ell, which seems to have some
extra timeout handling.
CC ell/main.lo
ell/main.c:44:21: fatal error: timeout.h: No such file or directory
#include "timeout.h"
^
compilation terminated.
make[1]: *** [Makefile:4068: ell/main.lo] Error 1
make: *** [Makefile:2357: all] Error 2
---
Makefile.am | 2 ++
1 file changed, 2 insertions(+)
Applied, thanks.
Regards,
-Denis