mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-11 19:51:36 +01:00
The fix-includes.patch explicitly includes <sys/time.h> in order to resolve
incomplete type {a,c,m}time definitions.
11 lines
257 B
Diff
11 lines
257 B
Diff
--- a/include/nfsc/libnfs.h
|
|
+++ b/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>
|