Add missing header file to make it compile with musl C library. Signed-off-by: Peter Bergin <peter@xxxxxxxxxxxxxxxx> --- lib/trace-cmd/trace-timesync-kvm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/trace-cmd/trace-timesync-kvm.c b/lib/trace-cmd/trace-timesync-kvm.c index aa1799b1..bbef8b60 100644 --- a/lib/trace-cmd/trace-timesync-kvm.c +++ b/lib/trace-cmd/trace-timesync-kvm.c @@ -10,6 +10,7 @@ #include <sys/stat.h> #include <dirent.h> #include <ctype.h> +#include <limits.h> #include "trace-cmd.h" #include "trace-cmd-private.h" -- 2.35.0