freebsd-ports/devel/libole2/files/patch-libole2_ms-ole.h
Joe Marcus Clarke 92710511e2 Fix build on -CURRENT.
Reported by:	walt <wa1ter@myrealbox.com>
2002-09-20 19:06:59 +00:00

10 lines
294 B
C

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