mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
#include string.h
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
#include "private/bitbuffer.h" /* from the libFLAC private include area */
|
||||
#include <string.h> /* for memcmp() */
|
||||
|
||||
static FLAC__bool dummy_read_callback(FLAC__byte buffer[], unsigned *bytes, void *client_data)
|
||||
{
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
(void)argc, (void)argv;
|
||||
|
||||
if(0 != test_bitbuffer())
|
||||
return 1;
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user