[systemd-devel] [RFC 06/25] shared/label.h: add missing stdio.h include

David Herrmann dh.herrmann at gmail.com
Thu Sep 18 15:26:41 PDT 2014


Hi

On Thu, Sep 18, 2014 at 3:24 PM, Emil Renner Berthing <systemd at esmil.dk> wrote:
> ---
>  src/shared/label.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/shared/label.h b/src/shared/label.h
> index 7294820..cb2ec79 100644
> --- a/src/shared/label.h
> +++ b/src/shared/label.h
> @@ -24,6 +24,7 @@
>  #include <sys/types.h>
>  #include <stdbool.h>
>  #include <sys/socket.h>
> +#include <stdio.h>

Applied!

Thanks
David

>
>  int label_init(const char *prefix);
>  void label_finish(void);
> --
> 2.1.0
>
> _______________________________________________
> systemd-devel mailing list
> systemd-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel


More information about the systemd-devel mailing list