changeset 2875:1021498a5159 libavcodec

missing include noticed by g0th
author michael
date Sun, 11 Sep 2005 14:39:33 +0000
parents b6def74f5811
children 8026edf6a349
files opt.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/opt.c	Sun Sep 11 14:22:42 2005 +0000
+++ b/opt.c	Sun Sep 11 14:39:33 2005 +0000
@@ -24,6 +24,7 @@
  * @author Michael Niedermayer <michaelni@gmx.at>
  */
  
+#include <stdio.h> //for FILE *
 #include "avcodec.h"
  
 static double av_parse_num(const char *name, char **tail){