$OpenBSD: patch-plugins_platform-launcher_library_eclipseShm_c,v 1.1.1.1 2005/02/04 17:18:13 kurt Exp $
--- plugins/platform-launcher/library/eclipseShm.c.orig	Thu Sep 16 11:49:09 2004
+++ plugins/platform-launcher/library/eclipseShm.c	Tue Oct 19 20:04:15 2004
@@ -182,11 +182,11 @@ int setSharedData(char* id, char* data) 
 
 #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) {
