[FFmpeg-cvslog] r15531 - trunk/vhook/imlib2.c
diego
subversion
Fri Oct 3 02:16:20 CEST 2008
Author: diego
Date: Fri Oct 3 02:16:19 2008
New Revision: 15531
Log:
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
Modified:
trunk/vhook/imlib2.c
Modified: trunk/vhook/imlib2.c
==============================================================================
--- trunk/vhook/imlib2.c (original)
+++ trunk/vhook/imlib2.c Fri Oct 3 02:16:19 2008
@@ -53,6 +53,7 @@
#include <fcntl.h>
#include <stdarg.h>
#include <string.h>
+#include <strings.h>
#include <unistd.h>
#undef time
#include <sys/time.h>
More information about the ffmpeg-cvslog
mailing list