diff intreadwrite.h @ 343:f21d1907d47c libavutil

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents f340106d09ac
children c2034e89e9a2
line wrap: on
line diff
--- a/intreadwrite.h	Wed Jun 13 11:09:07 2007 +0000
+++ b/intreadwrite.h	Sat Jun 16 22:59:13 2007 +0000
@@ -19,6 +19,8 @@
 #ifndef INTREADWRITE_H
 #define INTREADWRITE_H
 
+#include <stdint.h>
+
 #ifdef __GNUC__
 
 struct unaligned_64 { uint64_t l; } __attribute__((packed));