diff options
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/library/eclipse.c')
-rw-r--r-- | features/org.eclipse.equinox.executable.feature/library/eclipse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/library/eclipse.c b/features/org.eclipse.equinox.executable.feature/library/eclipse.c index e927af2c9..fb01ab71c 100644 --- a/features/org.eclipse.equinox.executable.feature/library/eclipse.c +++ b/features/org.eclipse.equinox.executable.feature/library/eclipse.c @@ -168,6 +168,8 @@ #include <errno.h> #include <ctype.h> +#include "eclipse-memcpy.h" + #define MAX_PATH_LENGTH 2000 #define MAX_SHARED_LENGTH (16 * 1024) |