# HG changeset patch # User michael # Date 1126449573 0 # Node ID 1021498a515932442f996e8d2859f65cb4008bee # Parent b6def74f5811dc309894b5197bcfce98e2c78bc9 missing include noticed by g0th diff -r b6def74f5811 -r 1021498a5159 opt.c --- 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 */ +#include //for FILE * #include "avcodec.h" static double av_parse_num(const char *name, char **tail){