summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2011-08-30 14:38:16 +0000
committerThomas Martitz <kugel@rockbox.org>2011-08-30 14:38:16 +0000
commitbb000ce525d4552e1e177943f932804be6ecdaa4 (patch)
tree9ba2bdc8b31e6266f364398728213f8f920944c2
parent0c4c81620f33cbaf7114a6f98de52e26d07e038d (diff)
downloadrockbox-bb000ce525d4552e1e177943f932804be6ecdaa4.tar.gz
rockbox-bb000ce525d4552e1e177943f932804be6ecdaa4.zip
Fix last yellows.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30385 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h
index 1f8ed033fd..cec47f1a71 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -190,6 +190,7 @@ enum {
190#include "system-sdl.h" 190#include "system-sdl.h"
191#define NEED_GENERIC_BYTESWAPS 191#define NEED_GENERIC_BYTESWAPS
192#endif 192#endif
193#include "bitswap.h"
193 194
194#ifdef NEED_GENERIC_BYTESWAPS 195#ifdef NEED_GENERIC_BYTESWAPS
195static inline uint16_t swap16_hw(uint16_t value) 196static inline uint16_t swap16_hw(uint16_t value)