diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-01-10 17:05:35 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-01-10 17:05:35 +0000 |
commit | 727c5d4a1e9d21100705bab6fc728d7e14e3a6c3 (patch) | |
tree | a3e76d935f5cb7f282f882f8497179b517341044 /osdep | |
parent | 533eaf50e37aa0f692a7b9df239623d7046c9361 (diff) | |
download | mpv-727c5d4a1e9d21100705bab6fc728d7e14e3a6c3.tar.bz2 mpv-727c5d4a1e9d21100705bab6fc728d7e14e3a6c3.tar.xz |
bswap.h --> mpbswap.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21870 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep')
-rw-r--r-- | osdep/swab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/swab.c b/osdep/swab.c index 1b0f2f172b..cf8efe6bee 100644 --- a/osdep/swab.c +++ b/osdep/swab.c @@ -2,7 +2,7 @@ #ifndef HAVE_SWAB /* system has no swab. emulate via bswap */ -#include "bswap.h" +#include "mpbswap.h" #include <unistd.h> void swab(const void *from, void *to, ssize_t n) { |