can-utils: fix musl build
authorYegor Yefremov <yegorslists@googlemail.com>
Thu, 16 Jul 2015 20:11:25 +0000 (22:11 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 16 Jul 2015 21:26:04 +0000 (23:26 +0200)
commitf819586d47488667d10da95301c34079c89a5164
tree4eab333c21bfedf14119857c93ca7d54f85bac52
parentdf7c6adb5e93397d3e825bf1033ddc9584663cff
can-utils: fix musl build

Include additional headers like <sys/time.h> and <linux/sockios.h>
to resolve undefined symbols.

Fixes following autobuild failure:
http://autobuild.buildroot.net/results/0dd/0ddb5a70358bdbb491fbee670c7843c15217e78d/

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/can-utils/0001-log2asc-include-sys-time.h.patch [new file with mode: 0644]
package/can-utils/0002-Include-linux-sockios.h-to-fix-musl-build.patch [new file with mode: 0644]