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

Zbigniew Jędrzejewski-Szmek zbyszek at in.waw.pl
Thu Dec 12 05:56:50 PST 2013


On Thu, Dec 12, 2013 at 05:17:27AM -0800, Marcel Holtmann wrote:
> 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.

Zbyszek


More information about the systemd-devel mailing list