Add missing strings.h include needed for strcasecmp.

Originally committed as revision 19920 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Reimar Döffinger 2009-09-19 09:09:07 +00:00
parent 306a1204ff
commit 31fe12a9fe
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
#include <sys/mman.h>
#include <sys/time.h>
#include <signal.h>
#include <strings.h>
typedef struct {
int video_fd;