diff internal.h @ 343:f21d1907d47c libavutil

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents ae8a3be2db3b
children bba4d248d13a
line wrap: on
line diff
--- a/internal.h	Wed Jun 13 11:09:07 2007 +0000
+++ b/internal.h	Sat Jun 16 22:59:13 2007 +0000
@@ -26,6 +26,9 @@
 #ifndef INTERNAL_H
 #define INTERNAL_H
 
+#include <stdint.h>
+#include <assert.h>
+
 #ifndef attribute_used
 #if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0)
 #    define attribute_used __attribute__((used))