fixing warning

Originally committed as revision 315 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 23 years ago
parent 43f1708f8b
commit f5d1f41b11
  1. 1
      ffserver.c

@ -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"

Loading…
Cancel
Save