diff integer.h @ 343:f21d1907d47c libavutil

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents d25ab70c93c4
children f13e5473611e
line wrap: on
line diff
--- a/integer.h	Wed Jun 13 11:09:07 2007 +0000
+++ b/integer.h	Sat Jun 16 22:59:13 2007 +0000
@@ -29,6 +29,8 @@
 #ifndef INTEGER_H
 #define INTEGER_H
 
+#include <stdint.h>
+
 #define AV_INTEGER_SIZE 8
 
 typedef struct AVInteger{