diff crc.h @ 343:f21d1907d47c libavutil

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents 0df19c6b37d0
children b1953daf424e
line wrap: on
line diff
--- a/crc.h	Wed Jun 13 11:09:07 2007 +0000
+++ b/crc.h	Sat Jun 16 22:59:13 2007 +0000
@@ -21,6 +21,9 @@
 #ifndef CRC_H
 #define CRC_H
 
+#include <stdint.h>
+#include <sys/types.h>
+
 typedef uint32_t AVCRC;
 
 #if LIBAVUTIL_VERSION_INT  < (50<<16)