diff softfloat.h @ 343:f21d1907d47c libavutil

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents d76a36742464
children 580fffa86f08
line wrap: on
line diff
--- a/softfloat.h	Wed Jun 13 11:09:07 2007 +0000
+++ b/softfloat.h	Sat Jun 16 22:59:13 2007 +0000
@@ -19,6 +19,8 @@
  *
  */
 
+#include <stdint.h>
+
 #define MIN_EXP -126
 #define MAX_EXP  126
 #define ONE_BITS 29