[Gmp-commit] /home/hgfiles/gmp: Put back Marco's include of stdlib.h.
mercurial at gmplib.org
mercurial at gmplib.org
Wed Dec 16 12:32:02 CET 2009
details: /home/hgfiles/gmp/rev/96b2298822a8
changeset: 13088:96b2298822a8
user: Torbjorn Granlund <tege at gmplib.org>
date: Wed Dec 16 12:31:55 2009 +0100
description:
Put back Marco's include of stdlib.h.
diffstat:
mpn/generic/invert.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 348d56624275 -r 96b2298822a8 mpn/generic/invert.c
--- a/mpn/generic/invert.c Wed Dec 16 11:14:10 2009 +0100
+++ b/mpn/generic/invert.c Wed Dec 16 12:31:55 2009 +0100
@@ -23,6 +23,8 @@
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
+#include <stdlib.h> /* for NULL */
+
#include "gmp.h"
#include "gmp-impl.h"
#include "longlong.h"
More information about the gmp-commit
mailing list