From b1cb73aa1589bda105859221198d55a97c3eddee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Petten=C3=B2?= Date: Fri, 3 Oct 2008 00:16:19 +0000 Subject: [PATCH] =?utf8?q?Make=20sure=20strcasecmp()=20is=20declared.=20On?= =?utf8?q?=20recent=20glibc=20versions=20strings.h=20is=20not=20included?= =?utf8?q?=20by=20default,=20so=20the=20compiler=20will=20issue=20a=20warn?= =?utf8?q?ing=20for=20implicit=20declaration=20of=20strcasecmp().=20patch?= =?utf8?q?=20by=20Diego=20'Flameeyes'=20Petten=C3=B2,=20flameeyes=20gmail?= =?utf8?q?=20com?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Originally committed as revision 15531 to svn://svn.ffmpeg.org/ffmpeg/trunk --- vhook/imlib2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/vhook/imlib2.c b/vhook/imlib2.c index 49a5bb2..e371f38 100644 --- a/vhook/imlib2.c +++ b/vhook/imlib2.c @@ -53,6 +53,7 @@ #include #include #include +#include #include #undef time #include -- 2.7.4