1
1
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:
Maxime Coste 2014-04-30 19:08:06 +01:00
parent 144a35be30
commit c06f986a02

View File

@ -33,6 +33,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
using namespace Kakoune;