diff options
author | Aurelien Jacobs | 2008-08-13 17:22:53 +0000 |
---|---|---|
committer | Aurelien Jacobs | 2008-08-13 17:22:53 +0000 |
commit | ea452b54f0f767847ff3e7c1d59f439b2fd80cbb (patch) | |
tree | cd391262ead9587bdd478f5787929ea9e5987df3 /libavdevice/dv1394.c | |
parent | 5af4f1f3e3d8a219aa2f0b57e2b8152cea31aaf3 (diff) |
strcasecmp() requires #include <strings.h>
Originally committed as revision 14728 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice/dv1394.c')
-rw-r--r-- | libavdevice/dv1394.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <sys/poll.h> #include <sys/time.h> #include <time.h> +#include <strings.h> #include "libavformat/avformat.h" |