summaryrefslogtreecommitdiffstats
path: root/devel/libgsf/files/patch-gsf_gsf-shared-memory.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-06 05:26:56 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-06 05:26:56 +0800
commit31672c2cd4326b001016335a7197b86bea29c8fa (patch)
tree8c90b47d185a3541852d003bcf8deb642e9ec795 /devel/libgsf/files/patch-gsf_gsf-shared-memory.c
parent7c382120d4c7aeaf63a378ebb91acc50c5c63cca (diff)
downloadmarcuscom-ports-31672c2cd4326b001016335a7197b86bea29c8fa.tar.gz
marcuscom-ports-31672c2cd4326b001016335a7197b86bea29c8fa.tar.zst
marcuscom-ports-31672c2cd4326b001016335a7197b86bea29c8fa.zip
Update to 1.14.0 which brings with it a shared lib bump.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5847 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgsf/files/patch-gsf_gsf-shared-memory.c')
-rw-r--r--devel/libgsf/files/patch-gsf_gsf-shared-memory.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libgsf/files/patch-gsf_gsf-shared-memory.c b/devel/libgsf/files/patch-gsf_gsf-shared-memory.c
new file mode 100644
index 000000000..03f4e6379
--- /dev/null
+++ b/devel/libgsf/files/patch-gsf_gsf-shared-memory.c
@@ -0,0 +1,10 @@
+--- gsf/gsf-shared-memory.c.orig Wed Sep 11 23:58:35 2002
++++ gsf/gsf-shared-memory.c Wed Sep 11 23:58:46 2002
+@@ -21,6 +21,7 @@
+ #include <gsf-config.h>
+ #include <gsf/gsf-shared-memory.h>
+ #include <gsf/gsf-impl-utils.h>
++#include <sys/types.h>
+
+ #ifdef HAVE_MMAP
+ #include <sys/mman.h>