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>
pull/6/head
Yegor Yefremov 2015-07-14 21:24:37 +02:00
parent 58716c1c29
commit 48a0fdb941
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@
#include <unistd.h>
#include <net/if.h>
#include <sys/time.h>
#include <linux/can.h>
#include "lib.h"