From ea452b54f0f767847ff3e7c1d59f439b2fd80cbb Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Wed, 13 Aug 2008 17:22:53 +0000 Subject: strcasecmp() requires #include Originally committed as revision 14728 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavdevice/dv1394.c | 1 + libavdevice/v4l.c | 1 + libavdevice/v4l2.c | 1 + 3 files changed, 3 insertions(+) (limited to 'libavdevice') diff --git a/libavdevice/dv1394.c b/libavdevice/dv1394.c index 56e61223e6..de9725bdcf 100644 --- a/libavdevice/dv1394.c +++ b/libavdevice/dv1394.c @@ -28,6 +28,7 @@ #include #include #include +#include #include "libavformat/avformat.h" diff --git a/libavdevice/v4l.c b/libavdevice/v4l.c index de5080c85e..03694e8155 100644 --- a/libavdevice/v4l.c +++ b/libavdevice/v4l.c @@ -30,6 +30,7 @@ #define _LINUX_TIME_H 1 #include #include +#include typedef struct { int fd; diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c index 0b03640e7d..81875f6b54 100644 --- a/libavdevice/v4l2.c +++ b/libavdevice/v4l2.c @@ -37,6 +37,7 @@ #include #include #include +#include static const int desired_video_buffers = 256; -- cgit v1.2.3