Fix OSX compilation

This commit is contained in:
Maxime Coste 2015-10-18 12:45:27 +01:00
parent c87b966fb5
commit 944d8f53fb

View File

@ -7,6 +7,11 @@
#include <unistd.h>
#include <sys/select.h>
#if defined(__APPLE__)
#define st_mtim st_mtimespec
#endif
namespace Kakoune
{