avutil/tests/audio_ffio: add missing header

Needed for HAVE_BIGENDIAN

Suggested-by: ffmpeg@fb.com
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
Matthieu Patou 2021-01-22 15:55:11 -08:00 committed by James Almer
parent 75f0bc651f
commit 163559ed62
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "config.h"
#include <stdlib.h>
#include <stdio.h>