parent
7b847f20dd
commit
20e64f34bc
|
@ -20,6 +20,10 @@
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|
||||||
|
#if defined(__CYGWIN__)
|
||||||
|
#define vfork fork
|
||||||
|
#endif
|
||||||
|
|
||||||
extern char **environ;
|
extern char **environ;
|
||||||
|
|
||||||
namespace Kakoune
|
namespace Kakoune
|
||||||
|
|
Loading…
Reference in New Issue
Block a user