[Spice-devel] [PATCH vd_agent_linux v2 7/7] Add missing config.h includes
Christophe Fergeau
cfergeau at redhat.com
Fri Jan 4 10:24:43 UTC 2019
Acked-by: Christophe Fergeau <cfergeau at 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 <fziglio at 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 at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20190104/8b9a9cd8/attachment.sig>
More information about the Spice-devel
mailing list