Browse Source

Include sha1.h from sha.c: It contains several prototypes.

Originally committed as revision 22099 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Carl Eugen Hoyos 16 years ago
parent
commit
0fcbcad140
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavutil/sha.c

+ 1
- 0
libavutil/sha.c View File

@@ -25,6 +25,7 @@
#include "avutil.h"
#include "bswap.h"
#include "sha.h"
#include "sha1.h"
#include "intreadwrite.h"

/** hash context */


Loading…
Cancel
Save