Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [lttng-dev] [PATCH babeltrace 1/2] sys/param.h is required for MAXNAMLEN on musl libc
@ 2016-05-30 20:39 Michael Jeanson
  2016-05-30 20:39 ` [lttng-dev] [PATCH babeltrace 2/2] Fix: strerror_r behavior is glibc specific Michael Jeanson
  2016-05-31  5:53 ` [lttng-dev] [PATCH babeltrace 1/2] sys/param.h is required for MAXNAMLEN on musl libc Jérémie Galarneau
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Jeanson @ 2016-05-30 20:39 UTC (permalink / raw)


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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-05-31  5:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-30 20:39 [lttng-dev] [PATCH babeltrace 1/2] sys/param.h is required for MAXNAMLEN on musl libc Michael Jeanson
2016-05-30 20:39 ` [lttng-dev] [PATCH babeltrace 2/2] Fix: strerror_r behavior is glibc specific Michael Jeanson
2016-05-31  5:53   ` Jérémie Galarneau
2016-05-31  5:53 ` [lttng-dev] [PATCH babeltrace 1/2] sys/param.h is required for MAXNAMLEN on musl libc Jérémie Galarneau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox