Browse Source

sha: add missing include

Originally committed as revision 22449 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Måns Rullgård 16 years ago
parent
commit
32f40ace25
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavutil/sha.c

+ 1
- 0
libavutil/sha.c View File

@@ -22,6 +22,7 @@
*/

#include <string.h>
#include "avutil.h"
#include "bswap.h"
#include "sha.h"
#include "sha1.h"


Loading…
Cancel
Save