changeset 12093:6e80447eba43 release-3-2-x

lo-ieee.cc: include cstdlib, update copyright date
author John W. Eaton <jwe@octave.org>
date Mon, 14 Sep 2009 08:01:39 +0200
parents cca16271a517
children b7a669bb15e5
files liboctave/lo-ieee.cc
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/lo-ieee.cc
+++ b/liboctave/lo-ieee.cc
@@ -1,7 +1,7 @@
 /*
 
 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005,
-              2007, 2008 John W. Eaton
+              2007, 2008, 2009 John W. Eaton
 
 This file is part of Octave.
 
@@ -26,6 +26,7 @@
 #endif
 
 #include <cfloat>
+#include <cstdlib>
 
 #if defined (HAVE_FLOATINGPOINT_H)
 #include <floatingpoint.h>