Make sure strcasecmp() is declared.
authorDiego Pettenò <flameeyes@gmail.com>
Fri, 3 Oct 2008 00:16:19 +0000 (00:16 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 3 Oct 2008 00:16:19 +0000 (00:16 +0000)
commitb1cb73aa1589bda105859221198d55a97c3eddee
tree57caac8ef43a41208827172d366bb12904cc8f1f
parentb37b13066d48d78289f8f92cd4ffd85d195e9975
Make sure strcasecmp() is declared.
On recent glibc versions strings.h is not included by default, so the compiler
will issue a warning for implicit declaration of strcasecmp().
patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com

Originally committed as revision 15531 to svn://svn.ffmpeg.org/ffmpeg/trunk
vhook/imlib2.c