On Wed, Jun 24, 2020 at 10:32:58PM -0700, Stephen Hemminger wrote:
> On Thu, 25 Jun 2020 02:12:42 +0200
> Andrew Lunn wrote:
>
> > diff --git a/internal.h b/internal.h
> > index edb07bd..7135140 100644
> > --- a/internal.h
> > +++ b/internal.h
> > @@ -23,6 +23,8 @@
> > #include
> > #include
>
On Thu, 25 Jun 2020 02:12:42 +0200
Andrew Lunn wrote:
> diff --git a/internal.h b/internal.h
> index edb07bd..7135140 100644
> --- a/internal.h
> +++ b/internal.h
> @@ -23,6 +23,8 @@
> #include
> #include
>
> +#include "json_writer.h"
> +
> #define maybe_unused __attribute__((__unused__))