From: <suc...@us...> - 2006-07-02 01:22:19
|
Revision: 78 Author: sucknblow Date: 2006-07-01 18:22:12 -0700 (Sat, 01 Jul 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=78&view=rev Log Message: ----------- warnings-- Mostly removing warnings due to memset/memcpy/etc. being declared implicitly due to not including string.h. The remaining warnings might want some attention. Modified Paths: -------------- trunk/lib/pmp_portalplayer1/hdr_template.c Modified: trunk/lib/pmp_portalplayer1/hdr_template.c =================================================================== --- trunk/lib/pmp_portalplayer1/hdr_template.c 2006-07-02 00:50:58 UTC (rev 77) +++ trunk/lib/pmp_portalplayer1/hdr_template.c 2006-07-02 01:22:12 UTC (rev 78) @@ -24,6 +24,9 @@ #ifdef HAVE_CONFIG_H #include <config.h> #endif/*HAVE_CONFIG_H*/ +#ifdef HAVE_STRING_H +#include <string.h> +#endif/*HAVE_STRING_H*/ #include <os.h> #include <stdio.h> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |