Re: [systemd-devel] [RFC 07/25] shared/sparse-endian.h: add missing byteswap.h include

2014-09-18 Thread David Herrmann
Hi On Thu, Sep 18, 2014 at 3:24 PM, Emil Renner Berthing wrote: > --- > src/shared/sparse-endian.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/shared/sparse-endian.h b/src/shared/sparse-endian.h > index eb4dbf3..c913fda 100644 > --- a/src/shared/sparse-endian.h > +++ b/src/share

[systemd-devel] [RFC 07/25] shared/sparse-endian.h: add missing byteswap.h include

2014-09-18 Thread Emil Renner Berthing
--- src/shared/sparse-endian.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/sparse-endian.h b/src/shared/sparse-endian.h index eb4dbf3..c913fda 100644 --- a/src/shared/sparse-endian.h +++ b/src/shared/sparse-endian.h @@ -21,6 +21,7 @@ #ifndef SPARSE_ENDIAN_H #define SPARSE_ENDI