Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/library/eclipseShm.c')
-rw-r--r--features/org.eclipse.equinox.executable.feature/library/eclipseShm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/library/eclipseShm.c b/features/org.eclipse.equinox.executable.feature/library/eclipseShm.c
index 4fbb39be7..ab9bac7b6 100644
--- a/features/org.eclipse.equinox.executable.feature/library/eclipseShm.c
+++ b/features/org.eclipse.equinox.executable.feature/library/eclipseShm.c
@@ -137,6 +137,8 @@ int setSharedData(const _TCHAR* id, const _TCHAR* data) {
#include <sys/types.h>
#include <unistd.h>
+#include "eclipse-memcpy.h"
+
int createSharedData(char** id, int size) {
int shmid;
key_t key = getpid();

Back to the top