diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index 53bebd298..69b887140 100644 --- a/src/main.c +++ b/src/main.c @@ -48,6 +48,8 @@ int protocoldebug = 0; /* -protocoldebug */ #ifdef _WIN32 char *binary_dir; /* Used to store base path for win32 restart */ +#include <process.h> +#define execve _execve #endif /* Set to 1 if we are to quit */ |