Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/library/eclipseMain.c')
-rw-r--r--features/org.eclipse.equinox.executable.feature/library/eclipseMain.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/library/eclipseMain.c b/features/org.eclipse.equinox.executable.feature/library/eclipseMain.c
index ec15fba60..62178b159 100644
--- a/features/org.eclipse.equinox.executable.feature/library/eclipseMain.c
+++ b/features/org.eclipse.equinox.executable.feature/library/eclipseMain.c
@@ -28,6 +28,8 @@
#include <locale.h>
#include <sys/stat.h>
+#include "eclipse-memcpy.h"
+
static _TCHAR* libraryMsg =
_T_ECLIPSE("The %s executable launcher was unable to locate its \n\
companion shared library.");

Back to the top