diff options
Diffstat (limited to 'src/rmd_flush_to_ogg.c')
-rw-r--r-- | src/rmd_flush_to_ogg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmd_flush_to_ogg.c b/src/rmd_flush_to_ogg.c index 6c5a0d8..ced0ea4 100644 --- a/src/rmd_flush_to_ogg.c +++ b/src/rmd_flush_to_ogg.c @@ -27,8 +27,8 @@ #include "config.h" #include "rmd_flush_to_ogg.h" +#include "rmd_encode_audio_buffer.h" #include "rmd_encode_image_buffer.h" -#include "rmd_encode_sound_buffer.h" #include "rmd_threads.h" #include "rmd_types.h" |