From: <suc...@us...> - 2006-07-02 01:27:32
|
Revision: 84 Author: sucknblow Date: 2006-07-01 18:27:27 -0700 (Sat, 01 Jul 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=84&view=rev Log Message: ----------- Oops. Repeat commit 78 (warnings--) from the proper directory. Modified Paths: -------------- trunk/lib/pmp_iriverplus2/idx_header.c Modified: trunk/lib/pmp_iriverplus2/idx_header.c =================================================================== --- trunk/lib/pmp_iriverplus2/idx_header.c 2006-07-02 01:27:22 UTC (rev 83) +++ trunk/lib/pmp_iriverplus2/idx_header.c 2006-07-02 01:27:27 UTC (rev 84) @@ -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. |