On Thu, Dec 12, 2013 at 01:56:13PM +0900, Marc-Antoine Perennou wrote: > Needed for socketpair, recv > --- > src/shared/logs-show.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/shared/logs-show.c b/src/shared/logs-show.c > index c99fc75..0e3fd3d 100644 > --- a/src/shared/logs-show.c > +++ b/src/shared/logs-show.c > @@ -23,6 +23,7 @@ > #include <assert.h> > #include <errno.h> > #include <sys/poll.h> > +#include <sys/socket.h> > #include <string.h> > #include <fcntl.h> Applied.
Zbyszek _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
