]> rtime.felk.cvut.cz Git - can-utils.git/commit
Include linux/sockios.h to fix musl build
authorYegor Yefremov <yegorslists@googlemail.com>
Thu, 16 Jul 2015 19:30:02 +0000 (21:30 +0200)
committerYegor Yefremov <yegorslists@googlemail.com>
Wed, 22 Jul 2015 19:12:51 +0000 (21:12 +0200)
commitf0abaaacb0a3f620f73dd6fd716d7daa3c36a8e3
tree3731471e8e81c2e79bf31cf5d3db6d934e861ef7
parent48a0fdb941da6f2e1f434d734e6dd28d54bf4ec2
Include linux/sockios.h to fix musl build

Including <sys/ioctl.h> and <net/if.h> is not sufficient
to musl to find SIOCSIFNAME, so <linux/sockios.h> must be
included too.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
slcan_attach.c
slcand.c