changeset 15931:e457139e7d8f stable

* lo-cutils.h: Include sys/types.h.
author John W. Eaton <jwe@octave.org>
date Fri, 11 Jan 2013 22:12:39 -0500
parents 59128350e011
children 747dd82082c8
files liboctave/lo-cutils.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/lo-cutils.h	Fri Jan 11 11:12:29 2013 -0500
+++ b/liboctave/lo-cutils.h	Fri Jan 11 22:12:39 2013 -0500
@@ -23,6 +23,8 @@
 #if !defined (octave_liboctave_cutils_h)
 #define octave_liboctave_cutils_h 1
 
+#include "sys/types.h"
+
 #ifdef HAVE_LOADLIBRARY_API
 #define WIN32_LEAN_AND_MEAN
 #include <windows.h>