Acked-by: Christophe Fergeau <cferg...@redhat.com>

I was looking for these in the previous patch ;)

On Fri, Jan 04, 2019 at 08:37:05AM +0000, Frediano Ziglio wrote:
> Make sure all module files include config.h
> 
> Signed-off-by: Frediano Ziglio <fzig...@redhat.com>
> ---
>  src/vdagentd/console-kit.c        | 1 +
>  src/vdagentd/dummy-session-info.c | 1 +
>  src/vdagentd/systemd-login.c      | 1 +
>  src/vdagentd/virtio-port.c        | 1 +
>  4 files changed, 4 insertions(+)
> 
> diff --git a/src/vdagentd/console-kit.c b/src/vdagentd/console-kit.c
> index c9da0b9..fc630f1 100644
> --- a/src/vdagentd/console-kit.c
> +++ b/src/vdagentd/console-kit.c
> @@ -18,6 +18,7 @@
>      You should have received a copy of the GNU General Public License
>      along with this program.  If not, see <http://www.gnu.org/licenses/>.
>  */
> +#include <config.h>
>  
>  #include "session-info.h"
>  #include <dbus/dbus.h>
> diff --git a/src/vdagentd/dummy-session-info.c 
> b/src/vdagentd/dummy-session-info.c
> index 1be27ae..7fd1eea 100644
> --- a/src/vdagentd/dummy-session-info.c
> +++ b/src/vdagentd/dummy-session-info.c
> @@ -18,6 +18,7 @@
>      You should have received a copy of the GNU General Public License
>      along with this program.  If not, see <http://www.gnu.org/licenses/>.
>  */
> +#include <config.h>
>  
>  #include "session-info.h"
>  
> diff --git a/src/vdagentd/systemd-login.c b/src/vdagentd/systemd-login.c
> index a20cd58..a11b66d 100644
> --- a/src/vdagentd/systemd-login.c
> +++ b/src/vdagentd/systemd-login.c
> @@ -18,6 +18,7 @@
>      You should have received a copy of the GNU General Public License
>      along with this program.  If not, see <http://www.gnu.org/licenses/>.
>  */
> +#include <config.h>
>  
>  #include "session-info.h"
>  #include <errno.h>
> diff --git a/src/vdagentd/virtio-port.c b/src/vdagentd/virtio-port.c
> index 7c04177..b0556ce 100644
> --- a/src/vdagentd/virtio-port.c
> +++ b/src/vdagentd/virtio-port.c
> @@ -18,6 +18,7 @@
>      You should have received a copy of the GNU General Public License
>      along with this program.  If not, see <http://www.gnu.org/licenses/>.
>  */
> +#include <config.h>
>  
>  #include <errno.h>
>  #include <stdlib.h>
> -- 
> 2.20.1
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to