From: <suc...@us...> - 2006-07-02 01:27:08
|
Revision: 81 Author: sucknblow Date: 2006-07-01 18:27:04 -0700 (Sat, 01 Jul 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=81&view=rev Log Message: ----------- Oops. Repeat commit 78 (warnings--) from the proper directory. Modified Paths: -------------- trunk/lib/pmp/pmp_posix.c Modified: trunk/lib/pmp/pmp_posix.c =================================================================== --- trunk/lib/pmp/pmp_posix.c 2006-07-02 01:26:57 UTC (rev 80) +++ trunk/lib/pmp/pmp_posix.c 2006-07-02 01:27:04 UTC (rev 81) @@ -25,6 +25,9 @@ #ifdef HAVE_CONFIG_H #include <config.h> #endif/*HAVE_CONFIG_H*/ +#ifdef HAVE_STDLIB_H +#include <stdlib.h> +#endif/*HAVE_STDLIB_H*/ #include <ltdl.h> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |