Commit 7df5fda7 authored by reimar's avatar reimar

Add missing strings.h include needed for strcasecmp.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19920 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 43ff91b4
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
#include <sys/mman.h> #include <sys/mman.h>
#include <sys/time.h> #include <sys/time.h>
#include <signal.h> #include <signal.h>
#include <strings.h>
typedef struct { typedef struct {
int video_fd; int video_fd;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment