Commit 31fe12a9 authored by Reimar Döffinger's avatar Reimar Döffinger

Add missing strings.h include needed for strcasecmp.

Originally committed as revision 19920 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 306a1204
......@@ -44,6 +44,7 @@
#include <sys/mman.h>
#include <sys/time.h>
#include <signal.h>
#include <strings.h>
typedef struct {
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