From: Adam Dickmeiss Date: Mon, 17 Jan 2005 13:03:27 +0000 (+0000) Subject: Added include stdlib.h X-Git-Tag: YAZ.2.0.34~40 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=d3b97cc263939f772a9cd0cae6c0e147278d2e96;p=yaz-moved-to-github.git Added include stdlib.h --- diff --git a/src/nmem.c b/src/nmem.c index 623e399..093b5b3 100644 --- a/src/nmem.c +++ b/src/nmem.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: nmem.c,v 1.12 2005-01-15 19:47:14 adam Exp $ + * $Id: nmem.c,v 1.13 2005-01-17 13:03:27 adam Exp $ */ /** @@ -20,6 +20,7 @@ #endif #include +#include #include #include #include