projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d327b6f
)
[sink_flac] fix include order
author
Paul Brossier
<piem@piem.org>
Thu, 20 Dec 2018 19:35:13 +0000
(20:35 +0100)
committer
Paul Brossier
<piem@piem.org>
Thu, 20 Dec 2018 19:35:13 +0000
(20:35 +0100)
src/io/sink_flac.c
patch
|
blob
|
history
diff --git
a/src/io/sink_flac.c
b/src/io/sink_flac.c
index
cf1fb2c
..
0a53b8f
100644
(file)
--- a/
src/io/sink_flac.c
+++ b/
src/io/sink_flac.c
@@
-28,8
+28,8
@@
#ifdef HAVE_FLAC
-#include "io/ioutils.h"
#include "fmat.h"
+#include "io/ioutils.h"
#include <FLAC/metadata.h>
#include <FLAC/stream_encoder.h>