Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/library/eclipseUtil.c')
-rw-r--r--features/org.eclipse.equinox.executable.feature/library/eclipseUtil.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/library/eclipseUtil.c b/features/org.eclipse.equinox.executable.feature/library/eclipseUtil.c
index c91c8cb52..66199f5ec 100644
--- a/features/org.eclipse.equinox.executable.feature/library/eclipseUtil.c
+++ b/features/org.eclipse.equinox.executable.feature/library/eclipseUtil.c
@@ -28,6 +28,8 @@
#include <strings.h>
#endif
+#include "eclipse-memcpy.h"
+
#define MAX_LINE_LENGTH 256
/* Is the given VM J9 */

Back to the top