add missing include of bswap.h

Originally committed as revision 8853 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Attila Kinali 18 years ago
parent 13544287d5
commit 69ae947874
  1. 1
      libavutil/sha1.c

@ -3,6 +3,7 @@
// based on public domain SHA-1 code by Steve Reid <steve@edmweb.com> // based on public domain SHA-1 code by Steve Reid <steve@edmweb.com>
#include "common.h" #include "common.h"
#include "bswap.h"
#include "sha1.h" #include "sha1.h"
typedef struct AVSHA1 { typedef struct AVSHA1 {

Loading…
Cancel
Save