From b1cb73aa1589bda105859221198d55a97c3eddee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Petten=C3=B2?= Date: Fri, 3 Oct 2008 00:16:19 +0000 Subject: [PATCH] =?UTF-8?q?Make=20sure=20strcasecmp()=20is=20declared.=20O?= =?UTF-8?q?n=20recent=20glibc=20versions=20strings.h=20is=20not=20included?= =?UTF-8?q?=20by=20default,=20so=20the=20compiler=20will=20issue=20a=20war?= =?UTF-8?q?ning=20for=20implicit=20declaration=20of=20strcasecmp().=20patc?= =?UTF-8?q?h=20by=20Diego=20'Flameeyes'=20Petten=C3=B2,=20flameeyes=20gmai?= =?UTF-8?q?l=20com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 49a5bb2a10..e371f383b9 100644 --- a/vhook/imlib2.c +++ b/vhook/imlib2.c @@ -53,6 +53,7 @@ #include #include #include +#include #include #undef time #include