1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix build on -CURRENT.

Reported by:	walt <wa1ter@myrealbox.com>
This commit is contained in:
Joe Marcus Clarke 2002-09-20 19:06:59 +00:00
parent cf114c8b3c
commit 92710511e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66876

View File

@ -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;