diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-20 19:06:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-20 19:06:59 +0000 |
commit | 92710511e241670c6edc3db24b7c935976665bd8 (patch) | |
tree | b8b5a72ed6f20e907588ec271117a92eae6ecbe4 /devel/libole2 | |
parent | cf114c8b3ce50dcb485b32cce8a2a0fd7ae1d0fe (diff) | |
download | ports-92710511e241670c6edc3db24b7c935976665bd8.tar.gz ports-92710511e241670c6edc3db24b7c935976665bd8.zip |
Fix build on -CURRENT.
Reported by: walt <wa1ter@myrealbox.com>
Notes
Notes:
svn path=/head/; revision=66876
Diffstat (limited to 'devel/libole2')
-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; |