All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH SBC] Fix for build on windows mingw
@ 2016-08-02 15:14 Ilya Averyanov
  2016-08-03 10:21 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 6+ messages in thread
From: Ilya Averyanov @ 2016-08-02 15:14 UTC (permalink / raw)
  To: linux-bluetooth

---
 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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-10-04 15:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-02 15:14 [PATCH SBC] Fix for build on windows mingw Ilya Averyanov
2016-08-03 10:21 ` Luiz Augusto von Dentz
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

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.