diff src/oct-errno.h @ 8020:1d2bcc163c4d

oct-errno.h: include <cerrno>
author John W. Eaton <jwe@octave.org>
date Thu, 07 Aug 2008 15:17:40 -0400
parents a1dbe9d80eee
children eb63fbe60fab
line wrap: on
line diff
--- 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>