Fix missing errno include
This commit is contained in:
parent
aa4885fd65
commit
3e89148d74
|
@ -19,6 +19,7 @@
|
|||
#include <string.h>
|
||||
#include <pwd.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
||||
namespace Kakoune
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <cstdlib>
|
||||
#include <errno.h>
|
||||
|
||||
#if defined(__CYGWIN__)
|
||||
#define vfork fork
|
||||
|
|
Loading…
Reference in New Issue
Block a user