All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: Ilya Averyanov <averyanovin@gmail.com>
Cc: "linux-bluetooth@vger.kernel.org" <linux-bluetooth@vger.kernel.org>
Subject: Re: [PATCH SBC] Fix for build on windows mingw
Date: Wed, 3 Aug 2016 13:21:35 +0300	[thread overview]
Message-ID: <CABBYNZ++wDB=Hy6YNXo-UU2xiVEazSHGKd60+=1XNk8yTWKcfw@mail.gmail.com> (raw)
In-Reply-To: <CABi8O6YW-wmG8xF5V7vkGJ8_3Wp98-b57L+1jJK_DxWjz=couQ@mail.gmail.com>

Hi Ilya,

On Tue, Aug 2, 2016 at 6:14 PM, Ilya Averyanov <averyanovin@gmail.com> wrote:

Please add some description, perhaps with the error caused by the lack
of this include.

> ---
>  sbc/sbc_math.h | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/sbc/sbc_math.h b/sbc/sbc_math.h
> index 5476860..25b08ea 100644
> --- a/sbc/sbc_math.h
> +++ b/sbc/sbc_math.h
> @@ -24,6 +24,8 @@
>   *
>   */
>
> +#include <stdint.h>
> +
>  #define fabs(x) ((x) < 0 ? -(x) : (x))
>  /* C does not provide an explicit arithmetic shift right but this will
>     always be correct and every compiler *should* generate optimal code */
> --
> 2.7.4
> --
> To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Luiz Augusto von Dentz

  reply	other threads:[~2016-08-03 10:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-02 15:14 [PATCH SBC] Fix for build on windows mingw Ilya Averyanov
2016-08-03 10:21 ` Luiz Augusto von Dentz [this message]
2016-08-04 15:19   ` Ilya Averyanov
2016-10-04 14:09     ` Ilya Averyanov
2016-10-04 14:22       ` Johan Hedberg
2016-10-04 15:24         ` Ilya Averyanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABBYNZ++wDB=Hy6YNXo-UU2xiVEazSHGKd60+=1XNk8yTWKcfw@mail.gmail.com' \
    --to=luiz.dentz@gmail.com \
    --cc=averyanovin@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.