diff options
-rw-r--r-- | devel/libole2/files/patch-libole2_ms-ole.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libole2/files/patch-libole2_ms-ole.h b/devel/libole2/files/patch-libole2_ms-ole.h new file mode 100644 index 000000000000..770e0855953b --- /dev/null +++ b/devel/libole2/files/patch-libole2_ms-ole.h @@ -0,0 +1,10 @@ +--- libole2/ms-ole.h.orig Fri Sep 20 15:02:09 2002 ++++ libole2/ms-ole.h Fri Sep 20 15:02:56 2002 +@@ -14,6 +14,7 @@ + /* This should be done in glib */ + #ifndef _WIN32 + # include <fcntl.h> /* for mode_t */ ++# include <sys/types.h> + #else + typedef unsigned long mode_t; + typedef size_t ssize_t; |