# HG changeset patch # User John W. Eaton # Date 1251761481 14400 # Node ID 5828d64ca0041ec561dfd6f27deb0548ef70d4d3 # Parent 264fb552097384f6a862ca2100763ca3e52d48b2 lo-ieee.cc: include cstdlib, update copyright date diff --git a/liboctave/lo-ieee.cc b/liboctave/lo-ieee.cc --- 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 +#include #if defined (HAVE_FLOATINGPOINT_H) #include