Skip to content

Commit

Permalink
[flac] Add missing #include
Browse files Browse the repository at this point in the history
  • Loading branch information
starg2 committed Dec 23, 2023
1 parent 2cb7253 commit 95fa1dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FLAC/src/stream_decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
# include <config.h>
#endif

#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h> /* for malloc() */
#include <string.h> /* for memset/memcpy() */
Expand Down

0 comments on commit 95fa1dc

Please sign in to comment.