summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-07-08 18:06:38 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-07-08 18:06:38 +0000
commit269ed8a4158025d118740f2f3838ff856280b64e (patch)
tree3c27dd7aed86a0a5247ba38c70c324ddb4016957
parent4dd33aed66e7f8a58900f8c04ae495caa8827042 (diff)
downloadrockbox-269ed8a4158025d118740f2f3838ff856280b64e.tar.gz
rockbox-269ed8a4158025d118740f2f3838ff856280b64e.zip
Fix compiling on Cygwin hosts.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21722 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/codecs/libcook/bitstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libcook/bitstream.h b/apps/codecs/libcook/bitstream.h
index 9be8e65690..19d3751bb1 100644
--- a/apps/codecs/libcook/bitstream.h
+++ b/apps/codecs/libcook/bitstream.h
@@ -23,7 +23,7 @@
#include <inttypes.h>
#include <stdlib.h>
-#include <assert.h>
+#include "assert.h"
#include <string.h>
#include <stdio.h>
#include "bswap.h"