2011-11-16 15:44:54

by Mikel Astiz

[permalink] [raw]
Subject: [PATCH obexd] syncevolution: added missing header file

---
plugins/syncevolution.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/plugins/syncevolution.c b/plugins/syncevolution.c
index 41386b3..8a8b531 100644
--- a/plugins/syncevolution.c
+++ b/plugins/syncevolution.c
@@ -30,6 +30,7 @@
#include <stdio.h>
#include <errno.h>
#include <glib.h>
+#include <sys/types.h>
#include <dbus/dbus.h>

#include <bluetooth/bluetooth.h>
--
1.7.6.4



2011-11-17 09:15:26

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: Re: [PATCH obexd] syncevolution: added missing header file

Hi Mikel,

On Wed, Nov 16, 2011 at 5:44 PM, Mikel Astiz <[email protected]> wrote:
> ---
> ?plugins/syncevolution.c | ? ?1 +
> ?1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/plugins/syncevolution.c b/plugins/syncevolution.c
> index 41386b3..8a8b531 100644
> --- a/plugins/syncevolution.c
> +++ b/plugins/syncevolution.c
> @@ -30,6 +30,7 @@
> ?#include <stdio.h>
> ?#include <errno.h>
> ?#include <glib.h>
> +#include <sys/types.h>
> ?#include <dbus/dbus.h>
>
> ?#include <bluetooth/bluetooth.h>
> --
> 1.7.6.4

Could you please add a description to it and if it is a build error
please attach it too, also it is suggested that bug fixes like this
should start with fix e.g. syncevolution: fix... to be reviewed asap.

--
Luiz Augusto von Dentz