changeset 8020:1d2bcc163c4d

oct-errno.h: include <cerrno>
author John W. Eaton <jwe@octave.org>
date Thu, 07 Aug 2008 15:17:40 -0400
parents 0ef13e15319b
children 85184151822e
files src/ChangeLog src/oct-errno.h
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Aug 07 15:15:33 2008 -0400
+++ b/src/ChangeLog	Thu Aug 07 15:17:40 2008 -0400
@@ -1,5 +1,7 @@
 2008-08-07  John W. Eaton  <jwe@octave.org>
 
+	* oct-errno.h: Include <cerrno>.
+
 	* Cell.cc, DLD-FUNCTIONS/regexp.cc, DLD-FUNCTIONS/dlmread.cc,
 	debug.cc, error.cc, file-io.cc, graphics.cc, help.cc, input.cc,
 	lex.l, load-path.cc, load-save.cc, ls-mat-ascii.cc,
--- a/src/oct-errno.h	Thu Aug 07 15:15:33 2008 -0400
+++ b/src/oct-errno.h	Thu Aug 07 15:17:40 2008 -0400
@@ -24,6 +24,7 @@
 #if !defined (octave_errno_h)
 #define octave_errno_h 1
 
+#include <cerrno>
 #include <map>
 #include <string>