mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00: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:
parent
edf4dbff33
commit
44496ff2d6
@ -30,7 +30,7 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <stdint.h>
|
||||||
#include "bswap.h"
|
#include "bswap.h"
|
||||||
#include "md5.h"
|
#include "md5.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user