esl / erlang_ale

Erlang Actor Library for Embedded -- An embedded framework from Erlang Solutions
Apache License 2.0
207 stars 65 forks source link

fix: fix musl compile #39

Open andreabadesso opened 5 years ago

andreabadesso commented 5 years ago

Fixes build on newer linux kernel versions

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/diff/?id=a2b4a79b88b24c49d98d45a06a014ffd22ada1a4

fhunleth commented 5 years ago

Do you have the error message that this fixes and the kernel version?

Also, I don't understand the link to the Linux kernel. Adding#include <linux/ioctl.h> is what breaks things?