Include time.h in lib.c

this fixes the build on android
pull/498/head
Phillip Schichtel 2024-02-17 19:45:08 +01:00
parent 830a84019d
commit 107bdc16ac
No known key found for this signature in database
GPG Key ID: EE84DF92E4446BA9
1 changed files with 1 additions and 0 deletions

1
lib.c
View File

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