[lttng-dev] [PATCH babeltrace 1/2] sys/param.h is required for MAXNAMLEN on musl libc

Michael Jeanson mjeanson at efficios.com
Mon May 30 20:39:01 UTC 2016


Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
---
 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 e00a51e..b315458 100644
--- a/formats/lttng-live/lttng-live.h
+++ b/formats/lttng-live/lttng-live.h
@@ -25,6 +25,7 @@
  */
 
 #include <stdint.h>
+#include <sys/param.h>
 #include "lttng-viewer-abi.h"
 
 #define LTTNG_DEFAULT_NETWORK_VIEWER_PORT	5344
-- 
2.7.4



More information about the lttng-dev mailing list