You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
md5: include correct headers
This file needs stdint.h but not string.h Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include "bswap.h"
|
||||
#include "md5.h"
|
||||
|
||||
|
Reference in New Issue
Block a user