diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 19:00:27 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 19:00:27 +0000 |
commit | 4958bf9b45e67d582ba65c20646ad4d935e9b399 (patch) | |
tree | 51bf06760e37ca124058899bb3926f9d6e11a213 /misc/gretl/files/patch-plugin::libole2::ms-ole2.h | |
parent | upgrade to 0.9.5 (diff) |
upgrade to 1.0.2
PR: 46420
Submitted by: Ports Fury
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; |