From 1e94ef47439fe7d72c35d1330b36b4afa2cab433 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Fri, 20 Sep 2002 22:34:26 +0000 Subject: Fix compilation bug when building external video output plugin. CVS patchset: 2724 CVS date: 2002/09/20 22:34:26 --- src/xine-engine/xine_internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index fdb810114..a00095ee4 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_internal.h,v 1.102 2002/09/18 15:37:11 mroi Exp $ + * $Id: xine_internal.h,v 1.103 2002/09/20 22:34:26 f1rmb Exp $ * */ @@ -58,6 +58,7 @@ extern "C" { #include "libspudec/nav_types.h" #include "libspudec/spu_decoder_api.h" #else +#include "nav_types.h" #include "spu_decoder_api.h" #endif -- cgit v1.2.3