From e6f8998258d23492e00cd14e23f88c4b68fbf1ad Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Fri, 15 Mar 2019 17:17:03 +0800 Subject: [PATCH 10/14] pcm: add the missing include To define the prototype of ffs. See 'man ffs'. Signed-off-by: Chih-Wei Huang Signed-off-by: Jaroslav Kysela --- src/pcm/mask_inline.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pcm/mask_inline.h b/src/pcm/mask_inline.h index e9fb9f81dc3a..75ad35947131 100644 --- a/src/pcm/mask_inline.h +++ b/src/pcm/mask_inline.h @@ -19,6 +19,7 @@ * */ +#include #include #define MASK_INLINE static inline -- 2.16.4