blob: 901f8d7873263d1340982ddc45fce12d0e5e6372 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | --- plugins/platform-launcher/library/eclipseShm.c.orig	Wed Apr 21 03:55:49 2004
+++ plugins/platform-launcher/library/eclipseShm.c	Wed Apr 21 03:55:57 2004
@@ -178,11 +178,11 @@
 
 #else /* Unix like platforms */
 
+#include <sys/types.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) {
 |