[systemd-devel] [PATCH] logs-show.c: Fix missing sys/socket.h include

Zbigniew Jędrzejewski-Szmek zbyszek at in.waw.pl
Thu Dec 12 06:41:32 PST 2013


On Thu, Dec 12, 2013 at 03:18:14PM +0100, Marcel Holtmann wrote:
> Hi Zbyszek,
> 
> >> diff --git a/src/shared/logs-show.c b/src/shared/logs-show.c
> >> index c99fc7569429..0e3fd3de2630 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>
> >> 
> > Marc-Antoine sent an identical patch, applied the other one.
> 
> I would have picked the one with the clear commit subject and not this generic one. I had too generic commit messages ;)

I go through the patches in fifo mode :)

Zbyszek


More information about the systemd-devel mailing list