mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 21:08:59 +08:00
add missing include of bswap.h
Originally committed as revision 8853 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user