diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/xine_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |