From d1368cd164ae9e92109f46d96a825b2d2efaae72 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 30 May 2016 16:39:01 -0400 Subject: [PATCH] sys/param.h is required for MAXNAMLEN on musl libc MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- formats/lttng-live/lttng-live.h | 1 + 1 file changed, 1 insertion(+) diff --git a/formats/lttng-live/lttng-live.h b/formats/lttng-live/lttng-live.h index 56492be0..276051da 100644 --- a/formats/lttng-live/lttng-live.h +++ b/formats/lttng-live/lttng-live.h @@ -25,6 +25,7 @@ */ #include +#include #include "lttng-viewer-abi.h" #define LTTNG_DEFAULT_NETWORK_VIEWER_PORT 5344 -- 2.34.1