From 4626b1770be80878a1f8085df08838bbadf1a167 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Thu, 17 Oct 2013 20:35:48 -0500 Subject: Add missing #include statements. Although Linux accepts several implicit definitions of SEEK_END found in stdio.h, the compiler on FreeBSD won't. Rockbox compilation will fail without stdio.h included. There is a precedent for including this header, see lib/rbcodec/codecs/libtremor/ivorbisfile.h. Change-Id: I58510101b59a354cd6601cb3f323f385a824d2e8 Reviewed-on: http://gerrit.rockbox.org/639 Tested-by: Kevin Zheng Reviewed-by: Frank Gevaerts --- lib/rbcodec/codecs/mp3_enc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/rbcodec/codecs/mp3_enc.c') diff --git a/lib/rbcodec/codecs/mp3_enc.c b/lib/rbcodec/codecs/mp3_enc.c index ebbd323b6f..45bc3892c5 100644 --- a/lib/rbcodec/codecs/mp3_enc.c +++ b/lib/rbcodec/codecs/mp3_enc.c @@ -34,6 +34,8 @@ // Library General Public License for more details. #include +#include + #include "codeclib.h" CODEC_ENC_HEADER -- cgit v1.2.3