mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
Add missing #includes to fix 'make checkheaders'.
Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user