]> rtime.felk.cvut.cz Git - can-utils.git/commit
log2asc: include sys/time.h
authorYegor Yefremov <yegorslists@googlemail.com>
Tue, 14 Jul 2015 19:24:37 +0000 (21:24 +0200)
committerYegor Yefremov <yegorslists@googlemail.com>
Wed, 22 Jul 2015 19:12:44 +0000 (21:12 +0200)
commit48a0fdb941da6f2e1f434d734e6dd28d54bf4ec2
tree209f8f04663f9161430973f9d2f9c242ee0a1c05
parent58716c1c2993b7a75bde3460478518f6cc51cc45
log2asc: include sys/time.h

Without this patch compilation against musl C library
breaks, because struct timeval cannot be found.

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