1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

Add missing header #include.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26219 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-03-10 20:20:08 +00:00
parent 5444ec53dc
commit 7fbcd4a268

View File

@ -3,6 +3,8 @@
#include <sys/types.h>
#include "libavutil/bswap.h"
#include "config.h"
#ifndef HAVE_SWAB
void swab(const void *from, void *to, ssize_t n);
#endif