[systemd-devel] [PATCH] shared: add missing include

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


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


More information about the systemd-devel mailing list