From bdca219c1fa41c6428e278ae820f3f284dbd71c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sat, 21 Oct 2006 18:50:41 +0000 Subject: Fix build with flac. CVS patchset: 8347 CVS date: 2006/10/21 18:50:41 --- src/libflac/demux_flac.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libflac/demux_flac.c b/src/libflac/demux_flac.c index 773bb7810..efee0b179 100644 --- a/src/libflac/demux_flac.c +++ b/src/libflac/demux_flac.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2003 the xine project + * Copyright (C) 2000-2006 the xine project * * This file is part of xine, a free video player. * @@ -39,6 +39,7 @@ #include #if !defined FLAC_API_VERSION_CURRENT || FLAC_API_VERSION_CURRENT < 8 +#include #define LEGACY_FLAC #else #undef LEGACY_FLAC -- cgit v1.2.3