summaryrefslogtreecommitdiff
path: root/java/eclipse-devel/files/patch-features-plat-library-eclipseShm.c
blob: 4e7a4a1902826c60c178604039def788911f33f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- features/org.eclipse.equinox.executable/library/eclipseShm.c.orig	Wed Aug  2 11:32:25 2006
+++ features/org.eclipse.equinox.executable/library/eclipseShm.c	Wed Aug  2 11:33:30 2006
@@ -182,11 +182,13 @@
 
 #else /* Unix like platforms */
 
+#include <machine/param.h>
+#include <sys/types.h>
+#include <sys/ipc.h>
 #include <sys/shm.h>
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include <sys/types.h>
 #include <unistd.h>
 
 int createSharedData(char** id, int size) {