diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-05-01 19:41:55 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-05-01 19:41:55 +0000 |
commit | 47760fada8acc782d6f3037017733aff8d49a4f5 (patch) | |
tree | afc3444391f8b68f9b1ad906c68a3cfa35772acb /src/xine-utils/xineutils.h | |
parent | aea434b4696c9dabe34f81ed87ee2ae1432137ec (diff) | |
download | xine-lib-47760fada8acc782d6f3037017733aff8d49a4f5.tar.gz xine-lib-47760fada8acc782d6f3037017733aff8d49a4f5.tar.bz2 |
added xml parser/lexer from thibaut mattern
CVS patchset: 1823
CVS date: 2002/05/01 19:41:55
Diffstat (limited to 'src/xine-utils/xineutils.h')
-rw-r--r-- | src/xine-utils/xineutils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index 9a751ec5a..5db895a64 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.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: xineutils.h,v 1.13 2002/04/27 14:35:39 richwareham Exp $ + * $Id: xineutils.h,v 1.14 2002/05/01 19:41:55 guenter Exp $ * */ #ifndef XINEUTILS_H @@ -34,7 +34,7 @@ extern "C" { #include <pthread.h> #include "attributes.h" #include "compat.h" - +#include "xmlparser.h" /* * debugable mutexes */ |