decoder/{pcm,dsdiff}: add missing stdio.h include
This commit is contained in:
parent
02a6a46e86
commit
f3ea834322
@ -31,6 +31,7 @@
|
||||
#include "dsd2pcm/dsd2pcm.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdio.h> /* for SEEK_SET, SEEK_CUR */
|
||||
|
||||
#undef G_LOG_DOMAIN
|
||||
#define G_LOG_DOMAIN "dsdiff"
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
#include <glib.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h> /* for SEEK_SET */
|
||||
|
||||
#undef G_LOG_DOMAIN
|
||||
#define G_LOG_DOMAIN "pcm"
|
||||
|
@ -37,6 +37,7 @@
|
||||
#include <glib.h>
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdio.h> /* for SEEK_SET */
|
||||
|
||||
#undef G_LOG_DOMAIN
|
||||
#define G_LOG_DOMAIN "decoder_thread"
|
||||
|
Loading…
Reference in New Issue
Block a user