From cb2005d452e0c61f2fde89583f2479b2df6ab105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= Date: Wed, 29 Apr 2020 22:34:02 +0200 Subject: [PATCH] fix build on musl libc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Milan P. Stanić --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 30b0a5a..25c4142 100755 --- a/configure +++ b/configure @@ -301,6 +301,8 @@ EOF fi if test "$__kernel_timespec" != "yes"; then cat >> $compat_h << EOF +#include + struct __kernel_timespec { int64_t tv_sec; long long tv_nsec; -- 2.24.3