Commit c64c82a9 authored by attila's avatar attila

add missing include of bswap.h


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8853 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2c7941bc
......@@ -3,6 +3,7 @@
// based on public domain SHA-1 code by Steve Reid <steve@edmweb.com>
#include "common.h"
#include "bswap.h"
#include "sha1.h"
typedef struct AVSHA1 {
......
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