fixing warning
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 26 Feb 2002 23:11:08 +0000 (23:11 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 26 Feb 2002 23:11:08 +0000 (23:11 +0000)
Originally committed as revision 315 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffserver.c

index f4a6250..152dd37 100644 (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"