mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
306a1204ff
commit
31fe12a9fe
|
@ -44,6 +44,7 @@
|
|||
#include <sys/mman.h>
|
||||
#include <sys/time.h>
|
||||
#include <signal.h>
|
||||
#include <strings.h>
|
||||
|
||||
typedef struct {
|
||||
int video_fd;
|
||||
|
|
Loading…
Reference in New Issue