diff mbox

[2/4] qjson.h: include compiler.h for GCC_FMT_ATTR

Message ID 1330118525-14522-2-git-send-email-alevy@redhat.com
State New
Headers show

Commit Message

Alon Levy Feb. 24, 2012, 9:22 p.m. UTC
Signed-off-by: Alon Levy <alevy@redhat.com>
---
 qjson.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Luiz Capitulino Feb. 28, 2012, 7:58 p.m. UTC | #1
On Fri, 24 Feb 2012 23:22:03 +0200
Alon Levy <alevy@redhat.com> wrote:

> Signed-off-by: Alon Levy <alevy@redhat.com>

Acked-by: Luiz Capitulino <lcapitulino@redhat.com>

Or, I can apply it in my queue if you allow me to cherry pick.


> ---
>  qjson.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/qjson.h b/qjson.h
> index 65b10ea..1190d8a 100644
> --- a/qjson.h
> +++ b/qjson.h
> @@ -15,6 +15,7 @@
>  #define QJSON_H
>  
>  #include <stdarg.h>
> +#include "compiler.h"
>  #include "qobject.h"
>  #include "qstring.h"
>
Alon Levy Feb. 28, 2012, 8:49 p.m. UTC | #2
On Tue, Feb 28, 2012 at 04:58:46PM -0300, Luiz Capitulino wrote:
> On Fri, 24 Feb 2012 23:22:03 +0200
> Alon Levy <alevy@redhat.com> wrote:
> 
> > Signed-off-by: Alon Levy <alevy@redhat.com>
> 
> Acked-by: Luiz Capitulino <lcapitulino@redhat.com>
> 
> Or, I can apply it in my queue if you allow me to cherry pick.
> 

Sure.

> 
> > ---
> >  qjson.h |    1 +
> >  1 files changed, 1 insertions(+), 0 deletions(-)
> > 
> > diff --git a/qjson.h b/qjson.h
> > index 65b10ea..1190d8a 100644
> > --- a/qjson.h
> > +++ b/qjson.h
> > @@ -15,6 +15,7 @@
> >  #define QJSON_H
> >  
> >  #include <stdarg.h>
> > +#include "compiler.h"
> >  #include "qobject.h"
> >  #include "qstring.h"
> >  
>
diff mbox

Patch

diff --git a/qjson.h b/qjson.h
index 65b10ea..1190d8a 100644
--- a/qjson.h
+++ b/qjson.h
@@ -15,6 +15,7 @@ 
 #define QJSON_H
 
 #include <stdarg.h>
+#include "compiler.h"
 #include "qobject.h"
 #include "qstring.h"