Merge pull request #501 from gyatskov/master

Fix musl armv7 build: Include time.h in isobusfs_{cmn_dh,srv_cm}
This commit is contained in:
Marc Kleine-Budde
2024-02-20 11:29:34 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
#include <errno.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include "isobusfs_cmn.h"
+1
View File
@@ -22,6 +22,7 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <linux/kernel.h>