fixing warning

Originally committed as revision 315 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2002-02-26 23:11:08 +00:00
parent 43f1708f8b
commit f5d1f41b11

View File

@ -35,6 +35,7 @@
#include <netdb.h>
#include <ctype.h>
#include <signal.h>
#include <assert.h>
#include "bswap.h" // needed for the bitstream writer in common.h which is included in avformat.h
#include "avformat.h"