From 2fc809a7f8c5b6858e697e8f93500f3ea5abc799 Mon Sep 17 00:00:00 2001 From: lilo_booter Date: Sun, 18 Apr 2004 14:18:47 +0000 Subject: [PATCH 1/1] added tokeniser to mlt header git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@291 d19143bc-622f-0410-bfdd-b5b2a6649095 --- src/framework/mlt.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/framework/mlt.h b/src/framework/mlt.h index 9cbfc41..332f773 100644 --- a/src/framework/mlt.h +++ b/src/framework/mlt.h @@ -38,6 +38,7 @@ extern "C" #include "mlt_properties.h" #include "mlt_field.h" #include "mlt_tractor.h" +#include "mlt_tokeniser.h" #ifdef __cplusplus } -- 1.7.4.4