Commit c08be350 authored by Reimar Döffinger's avatar Reimar Döffinger

intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it.

Originally committed as revision 9414 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ca3e9082
......@@ -20,6 +20,7 @@
#define INTREADWRITE_H
#include <stdint.h>
#include "bswap.h"
#ifdef __GNUC__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment