Both patches merged in master and stable-2.9. Thanks! Jérémie
On 26 January 2017 at 15:09, Michael Jeanson <[email protected]> wrote: > Signed-off-by: Michael Jeanson <[email protected]> > --- > src/common/compat/endian.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/common/compat/endian.h b/src/common/compat/endian.h > index 4edc124..6427feb 100644 > --- a/src/common/compat/endian.h > +++ b/src/common/compat/endian.h > @@ -18,7 +18,7 @@ > #ifndef _COMPAT_ENDIAN_H > #define _COMPAT_ENDIAN_H > > -#ifdef __linux__ > +#if defined(__linux__) || defined(__CYGWIN__) > #include <endian.h> > > /* > -- > 2.7.4 > -- Jérémie Galarneau EfficiOS Inc. http://www.efficios.com _______________________________________________ lttng-dev mailing list [email protected] https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
