mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-01 08:23:05 +03:00
Add unistd.h to main, needed for dup
This commit is contained in:
parent
144a35be30
commit
c06f986a02
@ -33,6 +33,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
using namespace Kakoune;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user