Add missing #includes to fix 'make checkheaders'.

Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2007-11-24 10:08:02 +00:00
parent 536333a0fe
commit f0a838e525
7 changed files with 15 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#ifndef FFMPEG_RC4_H
#define FFMPEG_RC4_H
#include <inttypes.h>
void ff_rc4_enc(const uint8_t *key, int keylen, uint8_t *data, int datalen);
#endif /* FFMPEG_RC4_H */