mirror of https://github.com/mpv-player/mpv
Add missing header #include.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26219 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5444ec53dc
commit
7fbcd4a268
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include "libavutil/bswap.h"
|
#include "libavutil/bswap.h"
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#ifndef HAVE_SWAB
|
#ifndef HAVE_SWAB
|
||||||
void swab(const void *from, void *to, ssize_t n);
|
void swab(const void *from, void *to, ssize_t n);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue