Fixes musl build for ARMv7

See also 0e0a033
pull/501/head
Gennadij Sergej Yatskov 2024-02-20 11:06:13 +01:00
parent 68e0827fad
commit 5bebe13cc1
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <errno.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include "isobusfs_cmn.h"

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>