changeset 23:f70fdc881a24 libavutil

add missing #includes patch by Dieter <freebsd at sopwith solgatos com>
author mru
date Mon, 30 Jan 2006 23:32:14 +0000
parents 3b56407b3f96
children 2b3573111ff0
files intfloat_readwrite.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/intfloat_readwrite.c	Mon Jan 30 00:22:41 2006 +0000
+++ b/intfloat_readwrite.c	Mon Jan 30 23:32:14 2006 +0000
@@ -24,6 +24,7 @@
  */
 
 #include "common.h"
+#include "intfloat_readwrite.h"
 
 double av_int2dbl(int64_t v){
     if(v+v > 0xFFELLU<<52)