diff src/stable-octave-3-fixes.patch @ 2955:19aa16ec87c0

import Octave fixes
author John W. Eaton <jwe@octave.org>
date Fri, 11 Jan 2013 22:33:32 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/stable-octave-3-fixes.patch	Fri Jan 11 22:33:32 2013 -0500
@@ -0,0 +1,12 @@
+diff --git a/liboctave/lo-cutils.h b/liboctave/lo-cutils.h
+--- a/liboctave/lo-cutils.h
++++ b/liboctave/lo-cutils.h
+@@ -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>