summaryrefslogtreecommitdiff
path: root/ruby-runner.c
diff options
context:
space:
mode:
-rw-r--r--ruby-runner.c2
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,5 @@
#define _POSIX_C_SOURCE 200809L
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
@@ -73,5 +74,6 @@ main(int argc, char **argv)
memcpy(p, rubyname, namesize);
execv(rubypath, argv);
return -1;
}