diff options
author | rubidium <rubidium@openttd.org> | 2007-12-25 13:28:09 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-12-25 13:28:09 +0000 |
commit | b3f6c0734b2eba2ab6271ea0fbf669a526a33e3c (patch) | |
tree | c1450dea7c233ea47c2c3cc45df7e9e2cc64c928 /src/sound | |
parent | 429521a7d1f549ba3f9a287885c42f400f5e960f (diff) | |
download | openttd-b3f6c0734b2eba2ab6271ea0fbf669a526a33e3c.tar.xz |
(svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp.
Diffstat (limited to 'src/sound')
-rw-r--r-- | src/sound/cocoa_s.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound/cocoa_s.cpp b/src/sound/cocoa_s.cpp index 27812d9e9..5642c36a0 100644 --- a/src/sound/cocoa_s.cpp +++ b/src/sound/cocoa_s.cpp @@ -22,6 +22,7 @@ #include "../debug.h" #include "../driver.h" #include "../mixer.h" +#include "../core/endian_func.hpp" #include "cocoa_s.h" |