Skip to content

Commit 9c78de0

Browse files
utsavm9henrikbrixandersen
authored andcommitted
drivers: audio: codec: Include errno.h in header
Header uses errno so include it right here. Signed-off-by: Utsav Munendra <[email protected]>
1 parent e475b43 commit 9c78de0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/zephyr/audio/codec.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* @{
2525
*/
2626

27+
#include <errno.h>
2728
#include <zephyr/drivers/i2s.h>
2829

2930
#ifdef __cplusplus

0 commit comments

Comments
 (0)