summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-11-10 22:29:50 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-11-10 22:29:50 +0000
commit6d9fb6abf3758a3fa3e904679f723c73fdeaa464 (patch)
tree0b4dbd786f764800b2a87c60475752262082ee49 /src
parent15aaba3d163746374a3ffc790e4e368854d4af02 (diff)
downloadxine-lib-6d9fb6abf3758a3fa3e904679f723c73fdeaa464.tar.gz
xine-lib-6d9fb6abf3758a3fa3e904679f723c73fdeaa464.tar.bz2
Include xineutils so that lprintf macro is defined and the symbol is not undefined afterward.
CVS patchset: 8368 CVS date: 2006/11/10 22:29:50
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/asfheader.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/demuxers/asfheader.c b/src/demuxers/asfheader.c
index 0e46a2b33..3c3cdb689 100644
--- a/src/demuxers/asfheader.c
+++ b/src/demuxers/asfheader.c
@@ -16,6 +16,8 @@
/*
#define LOG
*/
+
+#include "xineutils.h"
#include "bswap.h"
#include "asfheader.h"