mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
Submitted by: Panagiotis Astithas <past@netmode.ntua.gr> Jeremy Faulkner <gldisater@gldis.ca> Torben Jager <Torben.Jaeger@t-online.de> Georg-W. Koltermann <gwk@rahn-koltermann.de> Reviewed by: java
15 lines
416 B
Text
15 lines
416 B
Text
--- 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) {
|