From 0e39b59700c79bfd275fbe5a8ec067e749e02867 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 9 Jul 2014 14:48:01 -0300 Subject: decoder/plugins/FlacIOHandle: fix build failure due to missing stdio.h include Signed-off-by: Gustavo Zacarias --- src/decoder/plugins/FlacIOHandle.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decoder') diff --git a/src/decoder/plugins/FlacIOHandle.cxx b/src/decoder/plugins/FlacIOHandle.cxx index b5f9f5ec0..d37cea532 100644 --- a/src/decoder/plugins/FlacIOHandle.cxx +++ b/src/decoder/plugins/FlacIOHandle.cxx @@ -23,6 +23,7 @@ #include "Compiler.h" #include +#include static size_t FlacIORead(void *ptr, size_t size, size_t nmemb, FLAC__IOHandle handle) -- cgit v1.2.3