summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-10-21 07:00:19 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-10-21 07:00:19 +0000
commitf4557ef4c22247ef615c96ebca13616b3fd9937b (patch)
tree60783ef7f0b0d76b91545e7b3490e8158bd33293 /src
parented397bf9053a0321d5a7d10b29cc9c363a190669 (diff)
downloadxine-lib-f4557ef4c22247ef615c96ebca13616b3fd9937b.tar.gz
xine-lib-f4557ef4c22247ef615c96ebca13616b3fd9937b.tar.bz2
Fix bug with assert undefined when building in "make debug" mode.
CVS patchset: 2896 CVS date: 2002/10/21 07:00:19
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/bswap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xine-engine/bswap.h b/src/xine-engine/bswap.h
index 3fd7f4565..901bd3775 100644
--- a/src/xine-engine/bswap.h
+++ b/src/xine-engine/bswap.h
@@ -8,6 +8,7 @@
#ifdef HAVE_BYTESWAP_H
#include <byteswap.h>
+#include <assert.h>
#else
#include <inttypes.h>