From: oetiker Date: Sat, 8 Dec 2007 21:35:51 +0000 (+0000) Subject: include stdlib since putenv is in there on solaris X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=sidebyside;h=2ab698beb8c1b8f3da9e7da3efcdc29ee25b467e;p=rrdtool-all.git include stdlib since putenv is in there on solaris git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1252 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/src/rrd_cgi.c b/program/src/rrd_cgi.c index ec0c140b..fba22048 100644 --- a/program/src/rrd_cgi.c +++ b/program/src/rrd_cgi.c @@ -5,7 +5,9 @@ *****************************************************************************/ #include "rrd_tool.h" - +#ifdef HAVE_STDLIB_H +#include +#endif #define MEMBLK 1024 /*#define DEBUG_PARSER