# HG changeset patch # User John W. Eaton # Date 1357960359 18000 # Node ID e457139e7d8fa9116074a71c11947c4afe5e4c4b # Parent 59128350e0119eb327b529ca226ac50d7074b668 * lo-cutils.h: Include sys/types.h. diff -r 59128350e011 -r e457139e7d8f liboctave/lo-cutils.h --- 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