mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
libnfs: fix build.
add missing #include sys/time.h.
This commit is contained in:
parent
93a861127c
commit
ca0224513d
1 changed files with 10 additions and 0 deletions
10
srcpkgs/libnfs/patches/fix-musl.patch
Normal file
10
srcpkgs/libnfs/patches/fix-musl.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- include/nfsc/libnfs.h
|
||||||
|
+++ include/nfsc/libnfs.h
|
||||||
|
@@ -24,6 +24,7 @@
|
||||||
|
#define _LIBNFS_H_
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
+#include <sys/time.h>
|
||||||
|
#if defined(__ANDROID__) || defined(AROS) \
|
||||||
|
|| ( defined(__APPLE__) && defined(__MACH__) )
|
||||||
|
#include <sys/time.h>
|
Loading…
Add table
Reference in a new issue