Mercurial > libavformat.hg
diff nuv.c @ 4201:7d2f3f1b68d8 libavformat
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
| author | diego |
|---|---|
| date | Sun, 11 Jan 2009 22:19:48 +0000 |
| parents | 72457fa9856a |
| children | 77e0c7511d41 |
line wrap: on
line diff
--- a/nuv.c Sun Jan 11 22:05:43 2009 +0000 +++ b/nuv.c Sun Jan 11 22:19:48 2009 +0000 @@ -18,6 +18,8 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + +#include "libavutil/intreadwrite.h" #include "avformat.h" #include "riff.h"
