Include time.h in lib.c

this fixes the build on android
pull/499/head
Phillip Schichtel 2024-02-17 19:45:08 +01:00 committed by Oliver Hartkopp
parent 830a84019d
commit 0e0a033993
1 changed files with 1 additions and 0 deletions

1
lib.c
View File

@ -45,6 +45,7 @@
#include <stdint.h> #include <stdint.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <time.h>
#include <linux/can.h> #include <linux/can.h>
#include <linux/can/error.h> #include <linux/can/error.h>