pcm: add the missing <strings.h> include

To define the prototype of ffs. See 'man ffs'.

Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Chih-Wei Huang 2019-03-15 17:17:03 +08:00 committed by Jaroslav Kysela
parent 59715fb078
commit e6f8998258

View file

@ -19,6 +19,7 @@
* *
*/ */
#include <strings.h>
#include <sys/types.h> #include <sys/types.h>
#define MASK_INLINE static inline #define MASK_INLINE static inline