Skip to content

Commit 5e5b931

Browse files
authored
Add missing stdint.h include to mp3_decoder.h for IDF 6.0 / GCC 15 (#36)
1 parent 0bf16d2 commit 5e5b931

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/mp3_decoder.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <stdint.h>
34
#include <stdlib.h>
45
#include <string.h>
56
#ifdef __XTENSA__

0 commit comments

Comments
 (0)