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