diff options
Diffstat (limited to 'misc/gretl/files/patch-plugin::libole2::ms-ole2.h')
-rw-r--r-- | misc/gretl/files/patch-plugin::libole2::ms-ole2.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/gretl/files/patch-plugin::libole2::ms-ole2.h b/misc/gretl/files/patch-plugin::libole2::ms-ole2.h new file mode 100644 index 000000000000..dc25fd58bcaf --- /dev/null +++ b/misc/gretl/files/patch-plugin::libole2::ms-ole2.h @@ -0,0 +1,14 @@ +--- plugin/libole2/ms-ole.h.orig Fri Apr 12 03:41:50 2002 ++++ plugin/libole2/ms-ole.h Thu Dec 19 06:28:05 2002 +@@ -13,10 +13,10 @@ + + /* This should be done in glib */ + /* Allin Cottrell modifications here */ ++# include <sys/types.h> + #ifndef _WIN32 + # include <fcntl.h> /* for mode_t */ + #else +-# include <sys/types.h> + # ifdef notdef + typedef unsigned long mode_t; + typedef /* signed */ long off_t; |