Mercurial > hg > octave-thorsten
changeset 12335:6e9f100c0d61
include <unistd.h> in octave.cc
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 03 Feb 2011 16:54:48 -0500 |
parents | 63dc132a1000 |
children | af2b18354a8e |
files | src/ChangeLog src/octave.cc |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-02-03 John W. Eaton <jwe@octave.org> + + * octave.cc: Include <sys/types.h> and <unistd.h> for isatty. + Bug #32336. + 2011-02-03 Konstantinos Poulios <logari81@googlemail.com> * gl-render.h: (opengl_renderer::draw_axes_titles): Remove prototype.