diff md5.h @ 343:f21d1907d47c libavutil

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents d76a36742464
children d0f3bb6e367e
line wrap: on
line diff
--- a/md5.h	Wed Jun 13 11:09:07 2007 +0000
+++ b/md5.h	Sat Jun 16 22:59:13 2007 +0000
@@ -21,6 +21,8 @@
 #ifndef MD5_H
 #define MD5_H
 
+#include <stdint.h>
+
 extern const int av_md5_size;
 
 struct AVMD5;